mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
lxc: typo
This commit is contained in:
parent
d71efa6d66
commit
0cb11a2767
1 changed files with 1 additions and 1 deletions
|
@ -2162,7 +2162,7 @@ def _change_state(cmd,
|
|||
# communicate with it, but just wait for the exit status
|
||||
pkwargs = {'python_shell': False,
|
||||
'with_communicate': with_communicate,
|
||||
'use_vt': 'use_vt',
|
||||
'use_vt': use_vt,
|
||||
'stdin': stdin,
|
||||
'stdout': stdout,
|
||||
'stderr': stderr}
|
||||
|
|
Loading…
Add table
Reference in a new issue