mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Merge pull request #11187 from terminalmage/issue10541
Fix regression in chocolatey.bootstrap
This commit is contained in:
commit
86bbb0a382
@ -129,6 +129,7 @@ def bootstrap(force=False):
|
||||
'-Command "iex ((new-object net.webclient).'
|
||||
'DownloadString(\'https://chocolatey.org/install.ps1\'))" '
|
||||
'&& SET PATH=%PATH%;%systemdrive%\\chocolatey\\bin'
|
||||
.format(ps_path)
|
||||
)
|
||||
|
||||
if result['retcode'] != 0:
|
||||
|
Loading…
Reference in New Issue
Block a user