diff options
Diffstat (limited to 'src/backend/update.py')
-rw-r--r-- | src/backend/update.py | 4 |
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() |