This commit is contained in:
Lance Edgar 2021-12-11 15:40:46 -06:00
parent a2032a7be2
commit 2f676774e9

View file

@ -478,7 +478,7 @@ And here is the output:
if runas: if runas:
if typ == 'true': if typ == 'true':
cmd.apend('--runas={}'.format(runas)) cmd.append('--runas={}'.format(runas))
else: else:
cmd.extend(['--runas', runas]) cmd.extend(['--runas', runas])