Merge pull request #1070 from ktdreyer/rhsm/activationkey-args
redhat_subscription: fix activationkeys argument
This commit is contained in:
commit
d09d78e7be
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ class Rhsm(RegistrationBase):
|
|||
|
||||
# Generate command arguments
|
||||
if activationkey:
|
||||
args.append('--activationkey "%s"' % activationkey)
|
||||
args.extend(['--activationkey', activationkey])
|
||||
else:
|
||||
if autosubscribe:
|
||||
args.append('--autosubscribe')
|
||||
|
|
Loading…
Reference in a new issue