mirror of
https://github.com/unmojang/meta.git
synced 2025-09-24 03:31:03 -04:00
remove --force
This commit is contained in:
parent
e6de4d2046
commit
6e4b8906d4
2
grab.py
2
grab.py
@ -62,4 +62,4 @@ grab_versions(main_json)
|
||||
Popen(["git add version_manifest.json versions/* assets/*"], shell=True, stdout=PIPE).communicate()
|
||||
|
||||
Popen(["git commit -a -m \"Update " + strftime("%Y-%m-%d", gmtime()) + "\""], shell=True, stdout=PIPE).communicate()
|
||||
Popen(["git push --force"], shell=True, stdout=PIPE).communicate()
|
||||
Popen(["git push"], shell=True, stdout=PIPE).communicate()
|
||||
|
Loading…
x
Reference in New Issue
Block a user