diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-09-30 19:43:49 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-09-30 19:43:49 +0100 |
commit | fc0b45c706e1a292a6194076ef1ae3c129fc41aa (patch) | |
tree | 6c02c9dcdace1a131db4bf4175fbb2991bf191e0 /src | |
parent | 1b8ab1074143dcdcb07a47b33e671b49b59fc69b (diff) |
fix yet another typo
Diffstat (limited to 'src')
-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 ee90c6f..c8a8bd9 100755 --- a/src/frontend/cli/sisyphus-cli.py +++ b/src/frontend/cli/sisyphus-cli.py @@ -17,7 +17,7 @@ if "__main__" == __name__: elif "remove-orphans" in sys.argv[1:]: sisyphus_pkg_remove_orphans() elif "update" in sys.argv[1:]: - sisyphus_pkg_system_update + sisyphus_pkg_system_update() elif "upgrade" in sys.argv[1:]: sisyphus_pkg_system_upgrade() elif "search" in sys.argv[1:]: |