diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-10-30 15:23:53 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-10-30 15:23:53 +0000 |
commit | 103aa455aee322549c77aad205ce9e92dd7e6b52 (patch) | |
tree | f148de8f1e51edc19c875f60bec9ac1e3232a5eb /src/frontend/cli/sisyphus-cli.py | |
parent | 5fc5276d968a38d05fa5659c06392e83cc428516 (diff) |
move updateAll -> update
Diffstat (limited to 'src/frontend/cli/sisyphus-cli.py')
-rwxr-xr-x | src/frontend/cli/sisyphus-cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/cli/sisyphus-cli.py b/src/frontend/cli/sisyphus-cli.py index c97dd3b..18b4c0b 100755 --- a/src/frontend/cli/sisyphus-cli.py +++ b/src/frontend/cli/sisyphus-cli.py @@ -178,7 +178,7 @@ def autoremove(): def update(): """Update the Portage tree, the Redcore Overlay(s), Portage configs and Sisyphus's package database.""" if sisyphus.checkenv.root(): - sisyphus.updateAll.cliExec() + sisyphus.update.cliExec() else: sys.exit("\nYou need root permissions to do this, exiting!\n") |