mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix --use-prev-version
option
This commit is contained in:
parent
d986874ab0
commit
7c9df30a8a
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ def install_salt(request, salt_factories_root_dir):
|
|||
no_install=request.config.getoption("--no-install"),
|
||||
classic=request.config.getoption("--classic"),
|
||||
prev_version=request.config.getoption("--prev-version"),
|
||||
use_prev_version=request.config.getoption("--use_prev-version"),
|
||||
use_prev_version=request.config.getoption("--use-prev-version"),
|
||||
) as fixture:
|
||||
yield fixture
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue