Bugfix
This commit is contained in:
parent
a2032a7be2
commit
2f676774e9
|
@ -478,7 +478,7 @@ And here is the output:
|
|||
|
||||
if runas:
|
||||
if typ == 'true':
|
||||
cmd.apend('--runas={}'.format(runas))
|
||||
cmd.append('--runas={}'.format(runas))
|
||||
else:
|
||||
cmd.extend(['--runas', runas])
|
||||
|
||||
|
|
Loading…
Reference in a new issue