fix(mako): use new discoveryRestUrl field for json download

This commit is contained in:
Sebastian Thiel
2016-01-30 13:01:37 +01:00
parent ab1aa55d39
commit ef9e7f1bae

View File

@@ -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)}