summaryrefslogtreecommitdiff
path: root/src/backend/update.py
diff options
context:
space:
mode:
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()