summaryrefslogtreecommitdiff
path: root/src/frontend/cli/sisyphus-cli.py
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-13 14:42:05 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-13 14:42:05 +0100
commitccba4bc50ce550c83a578febfd7cc43ccd8aa44d (patch)
tree608fd6e39b9469cb1ee8202f5fe48794b3d4fb91 /src/frontend/cli/sisyphus-cli.py
parentbbe0727f4d9af365f69237bde6f34b75b3e0a2a7 (diff)
make sisyphus-cli update independent of timestamp, to force a manual sync of portage tree and config
Diffstat (limited to 'src/frontend/cli/sisyphus-cli.py')
-rwxr-xr-xsrc/frontend/cli/sisyphus-cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/cli/sisyphus-cli.py b/src/frontend/cli/sisyphus-cli.py
index 965e3f1..9d347ab 100755
--- a/src/frontend/cli/sisyphus-cli.py
+++ b/src/frontend/cli/sisyphus-cli.py
@@ -18,7 +18,7 @@ if "__main__" == __name__:
elif "remove-orphans" in sys.argv[1:]:
removeOrphans()
elif "update" in sys.argv[1:]:
- startUpdate()
+ startSync()
elif "upgrade" in sys.argv[1:]:
startUpgrade()
elif "search" in sys.argv[1:]: