summaryrefslogtreecommitdiff
path: root/src/backend/updateAll.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/updateAll.py')
-rw-r--r--src/backend/updateAll.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/updateAll.py b/src/backend/updateAll.py
index dedb8d4..7dfd157 100644
--- a/src/backend/updateAll.py
+++ b/src/backend/updateAll.py
@@ -14,7 +14,7 @@ def syncAll():
sisyphus.syncEnvironment.gentooRepo()
sisyphus.syncEnvironment.redcoreRepo()
sisyphus.syncEnvironment.portageConfigRepo()
- sisyphus.syncDatabase.syncRemote()
+ sisyphus.syncDatabase.remoteTable()
@animation.wait('fetching updates')
def start():