summaryrefslogtreecommitdiff
path: root/src/backend/update.py
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-12 11:22:08 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-12 11:22:08 +0000
commit2016cc4db1569b9d210de235ef9feaefad6a7689 (patch)
treee52299aaf2f4d8d8b5e0a74eec784960a04cd68a /src/backend/update.py
parentfc46610f316eb45b017d8f054132f01d4c7c37d7 (diff)
minor tweaks
Diffstat (limited to 'src/backend/update.py')
-rw-r--r--src/backend/update.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/update.py b/src/backend/update.py
index 856ecd0..45d231e 100644
--- a/src/backend/update.py
+++ b/src/backend/update.py
@@ -21,7 +21,7 @@ def syncAll():
@animation.wait('fetching updates')
def start():
- activeBranch = sisyphus.checkenv.branch()
+ activeBranch = sisyphus.getenv.systemBranch()
binhostURL = sisyphus.getenv.binhostURL()
isSane = sisyphus.checkenv.sanity()
@@ -39,7 +39,7 @@ def start():
def xstart():
- activeBranch = sisyphus.checkenv.branch()
+ activeBranch = sisyphus.getenv.systemBranch()
binhostURL = sisyphus.getenv.binhostURL()
isSane = sisyphus.checkenv.sanity()