no clue if that's better

This commit is contained in:
piair 2023-04-04 21:07:12 +02:00
parent eb2b9dc2d3
commit 661566aade
2 changed files with 2 additions and 2 deletions

View File

@ -169,7 +169,7 @@ def check_update():
print("Already up to date.") print("Already up to date.")
else : else :
print(f"updating to {latest}") print(f"updating to {latest}")
os.system("git pull") os.system("git pull --rebase")
print("updated") print("updated")

View File

@ -1 +1 @@
v5.2.0 v5.2.1