From 3ee8eda58f4dc95c6fff55a287cebde104167f13 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 30 Oct 2022 16:19:46 +0000 Subject: merge upgradepkg && upgradesrc --- src/frontend/cli/sisyphus-cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/frontend/cli') diff --git a/src/frontend/cli/sisyphus-cli.py b/src/frontend/cli/sisyphus-cli.py index 88e6378..3124fd0 100755 --- a/src/frontend/cli/sisyphus-cli.py +++ b/src/frontend/cli/sisyphus-cli.py @@ -203,9 +203,9 @@ def upgrade(ebuild: bool = typer.Option(False, "--ebuild", "-e")): You can use the --ebuild option even if you don't have any ebuild(source) packages installed; It will fall back to binary packages only. """ if not ebuild: - sisyphus.upgradepkg.start() + sisyphus.upgrade.start() else: - sisyphus.upgradesrc.start() + sisyphus.upgrade.estart() @app.command("spmsync") def spmsync(): -- cgit v1.2.3