From 103aa455aee322549c77aad205ce9e92dd7e6b52 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 30 Oct 2022 15:23:53 +0000 Subject: move updateAll -> update --- 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 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") -- cgit v1.2.3