From 661566aade161c19d11b62b68b4cd73cfb3e01cd Mon Sep 17 00:00:00 2001 From: piair Date: Tue, 4 Apr 2023 21:07:12 +0200 Subject: [PATCH] no clue if that's better --- main.py | 2 +- version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 9b61efb..9fdd07b 100644 --- a/main.py +++ b/main.py @@ -169,7 +169,7 @@ def check_update(): print("Already up to date.") else : print(f"updating to {latest}") - os.system("git pull") + os.system("git pull --rebase") print("updated") diff --git a/version b/version index ee80415..98f6742 100644 --- a/version +++ b/version @@ -1 +1 @@ -v5.2.0 +v5.2.1