diff --git a/slpkg/main.py b/slpkg/main.py index db0d5138..1b761a7e 100644 --- a/slpkg/main.py +++ b/slpkg/main.py @@ -142,6 +142,7 @@ class ArgParse(object): def command_repo_enable(self): """Repositories enable/disable """ + self.if_checklist() if len(self.args) == 1 and self.args[0] == "repo-enable": RepoEnable().choose() else: