diff options
| author | mat <27899617+mat-1@users.noreply.github.com> | 2025-06-30 14:14:45 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-30 14:14:45 -0500 |
| commit | ebc2e0c067d8b2c901ae02e032159e2c80eac7bc (patch) | |
| tree | 8ea6cb83d055a04e309007ef1f2e21af5f83e8ec /codegen | |
| parent | a060b739158d9ff2cc3d7ecb13e79de091f1f055 (diff) | |
| download | azalea-drasl-ebc2e0c067d8b2c901ae02e032159e2c80eac7bc.tar.xz | |
1.21.7 (#227)
* 1.21.7-rc1
* 1.21.7
* update Cargo.lock too
Diffstat (limited to 'codegen')
| -rw-r--r-- | codegen/lib/download.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codegen/lib/download.py b/codegen/lib/download.py index a8c36d20..7878bb45 100644 --- a/codegen/lib/download.py +++ b/codegen/lib/download.py @@ -206,5 +206,5 @@ def clear_version_cache(): pumpkin_path = get_dir_location("__cache__/pumpkin-extractor") if os.path.exists(pumpkin_path): os.system( - f"cd {pumpkin_path} && git add . && git stash && git pull && git stash pop" + f"cd {pumpkin_path} && git add . && git stash && git pull && git stash pop && git checkout HEAD -- src/main/resources/fabric.mod.json" ) |
