mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update chocolatey.py / Search for choco.exe
chocolatey.exe was renamed to choco.exe by Chocolatey in Version 2.0.0
This commit is contained in:
parent
1d7309188b
commit
fd09ab7efb
1 changed files with 3 additions and 0 deletions
|
@ -111,6 +111,9 @@ def _find_chocolatey():
|
|||
os.path.join(
|
||||
os.environ.get("ProgramData"), "Chocolatey", "bin", "chocolatey.exe"
|
||||
),
|
||||
os.path.join(
|
||||
os.environ.get("ProgramData"), "Chocolatey", "bin", "choco.exe"
|
||||
),
|
||||
os.path.join(
|
||||
os.environ.get("SystemDrive"), "Chocolatey", "bin", "chocolatey.bat"
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue