mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update chocolatey.py
Bug Fix the last commit
This commit is contained in:
parent
45e1ee9368
commit
11b3b913e8
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ def _find_chocolatey():
|
|||
os.environ.get("ProgramData"), "Chocolatey", "bin", "chocolatey.exe"
|
||||
),
|
||||
os.path.join(
|
||||
os.environ.get("ProgramDataChoco"), "Chocolatey", "bin", "choco.exe"
|
||||
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