Skip to content

Commit

Permalink
fix(mako): use new discoveryRestUrl field for json download
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jan 30, 2016
1 parent ab1aa55 commit ef9e7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mako/deps.mako
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ help${agsuffix}:
%>\
${fake_target}:
@mkdir -p ${target_dir}
@wget -nv ${discovery_url + info['discoveryLink']} -O ${target}
@wget -nv ${info['discoveryRestUrl']} -O ${target}
% endfor

update-json: ${' '.join(json_api_targets)}
Expand Down

0 comments on commit ef9e7f1

Please sign in to comment.