We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a518a commit 693e147Copy full SHA for 693e147
gen_data/gen-update-json.py
@@ -13,7 +13,7 @@ def update_json_conf(file) -> None:
13
jdata = json.load(open(JSON_CONF, 'r'))
14
15
# update url
16
- jdata[data[0]][data[1]][f"{data[2]}Url"] = get_release_url(
+ jdata[data[0]][data[1]][f"{data[2]}url"] = get_release_url(
17
RELEASE_TAG, data[3])
18
19
# update sha
0 commit comments