diff options
Diffstat (limited to 'src/backend/update.py')
-rw-r--r-- | src/backend/update.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/update.py b/src/backend/update.py index 57b05b6..2bd11b0 100644 --- a/src/backend/update.py +++ b/src/backend/update.py @@ -15,7 +15,7 @@ def syncAll(): sisyphus.syncenv.gentooRepo() sisyphus.syncenv.redcoreRepo() sisyphus.syncenv.portageConfigRepo() - sisyphus.syncdb.remoteTable() + sisyphus.syncdb.rmt_tbl() @animation.wait('fetching updates') |