diff options
Diffstat (limited to 'updateQuilt.py')
| -rwxr-xr-x | updateQuilt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/updateQuilt.py b/updateQuilt.py index c8594fb3ba..55bb63fdeb 100755 --- a/updateQuilt.py +++ b/updateQuilt.py @@ -101,7 +101,7 @@ def compute_jar_file(path, url): def main(): # get the version list for each component we are interested in - for component in ["quilt-mappings", "loader"]: + for component in ["hashed", "loader"]: index = get_json_file(os.path.join(UPSTREAM_DIR, META_DIR, f"{component}.json"), "https://meta.quiltmc.org/v3/versions/" + component) for it in index: |
