diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-10-25 23:58:10 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-10-25 23:58:10 +0100 |
commit | 3a0e9fe9197a931c1f10208d7690b9d72ac42530 (patch) | |
tree | 7d7e00d86d4692aaf8ca613fa98cdf222c11b82b /src/backend/updateAll.py | |
parent | 382526fe605683e67f979e26d48b2889230efb6c (diff) |
again : meaningful function names
Diffstat (limited to 'src/backend/updateAll.py')
-rw-r--r-- | src/backend/updateAll.py | 2 |
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(): |