mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Fixed for find all
This commit is contained in:
parent
7eacfdfea0
commit
70b34dc587
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ class Argparse(Configs):
|
|||
|
||||
for pkg in packages:
|
||||
|
||||
if pkg in package:
|
||||
if pkg in package or pkg == '*':
|
||||
choices += [(split_package[0], split_package[1], False, f'Package: {package}')]
|
||||
|
||||
elif method == 'upgrade':
|
||||
|
|
Loading…
Add table
Reference in a new issue