mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-03 08:46:32 +01:00
Fix not activated sbo repos
This commit is contained in:
parent
c5f024dcbb
commit
9c0ff33436
1 changed files with 3 additions and 2 deletions
|
@ -79,7 +79,8 @@ class ArgParse(object):
|
|||
"repo-info",
|
||||
"update-slpkg",
|
||||
"health",
|
||||
"deps-status"
|
||||
"deps-status",
|
||||
"new-config"
|
||||
]
|
||||
|
||||
# checking if repositories exists
|
||||
|
@ -346,7 +347,7 @@ class ArgParse(object):
|
|||
"sbo" in self.meta.repositories):
|
||||
SBoNetwork(self.args[1]).view()
|
||||
else:
|
||||
usage("")
|
||||
usage("sbo")
|
||||
|
||||
def pkg_blacklist(self):
|
||||
"""Manage blacklist packages
|
||||
|
|
Loading…
Add table
Reference in a new issue