mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove extra line
This commit is contained in:
parent
048b13cf73
commit
4f2274a275
1 changed files with 0 additions and 1 deletions
|
@ -357,7 +357,6 @@ def do(cmdline=None, runas=None, env=None):
|
|||
env['PATH'] = '{0}/shims:{1}'.format(path, os.environ['PATH'])
|
||||
cmdline = ' '.join([_cmd_quote(cmd) for cmd in _shlex_split(cmdline)])
|
||||
|
||||
|
||||
result = __salt__['cmd.run_all'](
|
||||
cmdline,
|
||||
runas=runas,
|
||||
|
|
Loading…
Add table
Reference in a new issue