mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-29 10:26:12 +01:00
fix add first package
This commit is contained in:
parent
b812d4ea1a
commit
d2b4379804
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@ class ArgParse(object):
|
||||||
def pkg_find(self):
|
def pkg_find(self):
|
||||||
"""find packages from all enabled repositories"""
|
"""find packages from all enabled repositories"""
|
||||||
if len(self.args) > 1 and self.args[0] == '-F':
|
if len(self.args) > 1 and self.args[0] == '-F':
|
||||||
find_from_repos(self.packages)
|
find_from_repos(self.args[1:])
|
||||||
else:
|
else:
|
||||||
usage('')
|
usage('')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue