mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
Merge pull request #17277 from s0undt3ch/hotfix/pass-the-right-env-to-vt
Pass the right environ to VT's env.
This commit is contained in:
commit
5911b3ba90
@ -402,7 +402,7 @@ def _run(cmd,
|
||||
log_stderr=True,
|
||||
cwd=cwd,
|
||||
preexec_fn=kwargs.get('preexec_fn', None),
|
||||
env=env,
|
||||
env=run_env,
|
||||
log_stdin_level=output_loglevel,
|
||||
log_stdout_level=output_loglevel,
|
||||
log_stderr_level=output_loglevel,
|
||||
|
Loading…
Reference in New Issue
Block a user