mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2025-12-31 16:44:24 +01:00
fix(mako): use new discoveryRestUrl field for json download
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user