Merge pull request #11187 from terminalmage/issue10541

Fix regression in chocolatey.bootstrap
This commit is contained in:
David Boucha 2014-03-12 17:44:20 -06:00
commit 86bbb0a382

View File

@ -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: