Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:
subscription-manager list --installed
call failure
The `subscription-manager list --installed` was failing with RC 1, after printing stdout it visible that it reported that it was called incorrectly and thus printed help text. Issue was caused by the way how parameters were passed, now each is passed separately as the exec.Command expects it. https://issues.redhat.com/browse/HMS-3021 Signed-off-by: Petr Vobornik <[email protected]>
- Loading branch information