From e72b313f2d5e7c76fc98d0da256b769a5459f94d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 30 Oct 2022 14:44:24 +0000 Subject: move installPkg -> installpkg --- 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 b8de9d8..52afc3f 100755 --- a/src/frontend/cli/sisyphus-cli.py +++ b/src/frontend/cli/sisyphus-cli.py @@ -124,7 +124,7 @@ def install(pkgname: List[str], ebuild: bool = typer.Option(False, "--ebuild", " You can use the --ebuild option even if you don't want to install any ebuild(source) packages; It will fall back to binary packages only. """ if not ebuild: - sisyphus.installPkg.cliExec(pkgname) + sisyphus.installpkg.cliExec(pkgname) else: sisyphus.installSrc.cliExec(pkgname) -- cgit v1.2.3