summaryrefslogtreecommitdiff
path: root/src/frontend/cli/sisyphus-cli.py
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-30 14:22:46 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-10-30 14:22:46 +0000
commit331cd284de1de5f7192e1588b836f89337326784 (patch)
tree190b401a240c47705f0d0e5b2ebecaf435032f09 /src/frontend/cli/sisyphus-cli.py
parent712f936222be4c06ca00ef922a98cd94db71af11 (diff)
move checkEnvironment -> checkenv
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 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")