Skip to content

Commit

Permalink
Fix spec for YumUpdates parser (#3388)
Browse files Browse the repository at this point in the history
* Parser was using the wrong spec and should be using yum_updates

Signed-off-by: Bob Fahr <[email protected]>
  • Loading branch information
bfahr authored Apr 19, 2022
1 parent 8999946 commit 56ce4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion insights/parsers/yum_updates.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from insights.specs import Specs


@parser(Specs.yum_updateinfo)
@parser(Specs.yum_updates)
class YumUpdates(JSONParser):
"""
Expected output of the command is::
Expand Down

0 comments on commit 56ce4dd

Please sign in to comment.