From 55ab0d11545c1f04f67236f3c741b1214acce050 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 2 Apr 2019 15:51:57 +0100 Subject: more backend bugfixes: drop some redundant code, rework update and make sure we're always synced --- src/frontend/cli/sisyphus-cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/frontend/cli') diff --git a/src/frontend/cli/sisyphus-cli.py b/src/frontend/cli/sisyphus-cli.py index 6d0253c..b1636db 100755 --- a/src/frontend/cli/sisyphus-cli.py +++ b/src/frontend/cli/sisyphus-cli.py @@ -30,7 +30,7 @@ if "__main__" == __name__: elif "--remove-orphans" in sys.argv[1:]: removeOrphans() elif "--update" in sys.argv[1:]: - startSync() + startUpdate() elif "--upgrade" in sys.argv[1:]: startUpgrade() elif "--hybrid-upgrade" in sys.argv[1:]: -- cgit v1.2.3