Skip to content

Commit

Permalink
Fix packages status
Browse files Browse the repository at this point in the history
  • Loading branch information
Griffin-Sullivan committed Oct 9, 2023
1 parent ff5ae86 commit ec006b4
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 ec006b4

Please sign in to comment.