mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Quote the nox environment
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
b0df08334c
commit
10e6abbaec
1 changed files with 1 additions and 1 deletions
|
@ -1068,7 +1068,7 @@ class VM:
|
|||
"-f",
|
||||
f"{self.upload_path.joinpath('noxfile.py').as_posix()}",
|
||||
"-e",
|
||||
nox_session,
|
||||
f"'{nox_session}'",
|
||||
]
|
||||
if nox_args:
|
||||
cmd += nox_args
|
||||
|
|
Loading…
Add table
Reference in a new issue