Skip to content

Commit

Permalink
[6.14.z] Fix packages status (#12917)
Browse files Browse the repository at this point in the history
Fix packages status (#12845)

(cherry picked from commit 2a013f8)

Co-authored-by: Griffin Sullivan <[email protected]>
  • Loading branch information
Satellite-QE and Griffin-Sullivan authored Oct 16, 2023
1 parent 1d44005 commit 37a7bac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions robottelo/cli/sm_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def is_locked(cls, options=None):
def status(cls, options=None):
"""Build satellite-maintain packages status"""
cls.command_sub = 'status'
cls.command_end = None
options = options or {}
return cls.sm_execute(cls._construct_command(options))

Expand Down

0 comments on commit 37a7bac

Please sign in to comment.