From 331cd284de1de5f7192e1588b836f89337326784 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 30 Oct 2022 14:22:46 +0000 Subject: move checkEnvironment -> checkenv --- src/frontend/cli/sisyphus-cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/frontend/cli/sisyphus-cli.py') diff --git a/src/frontend/cli/sisyphus-cli.py b/src/frontend/cli/sisyphus-cli.py index b1b2e3f..5f8216a 100755 --- a/src/frontend/cli/sisyphus-cli.py +++ b/src/frontend/cli/sisyphus-cli.py @@ -177,7 +177,7 @@ def autoremove(): @app.command("update") def update(): """Update the Portage tree, the Redcore Overlay(s), Portage configs and Sisyphus's package database.""" - if sisyphus.checkEnvironment.root(): + if sisyphus.checkenv.root(): sisyphus.updateAll.cliExec() else: sys.exit("\nYou need root permissions to do this, exiting!\n") -- cgit v1.2.3