Skip to content

Commit ef9e7f1

Browse files
committed
fix(mako): use new discoveryRestUrl field for json download
1 parent ab1aa55 commit ef9e7f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mako/deps.mako

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ help${agsuffix}:
184184
%>\
185185
${fake_target}:
186186
@mkdir -p ${target_dir}
187-
@wget -nv ${discovery_url + info['discoveryLink']} -O ${target}
187+
@wget -nv ${info['discoveryRestUrl']} -O ${target}
188188
% endfor
189189

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

0 commit comments

Comments
 (0)