mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Merge pull request #47749 from terminalmage/issue47717
Fix "dnf list upgrades" parsing
This commit is contained in:
commit
12b330f049
@ -85,6 +85,7 @@ def _strip_headers(output, *args):
|
||||
if not args:
|
||||
args_lc = ('installed packages',
|
||||
'available packages',
|
||||
'available upgrades',
|
||||
'updated packages',
|
||||
'upgraded packages')
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user