Bugfix
This commit is contained in:
parent
a2032a7be2
commit
2f676774e9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue