File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed
Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ IF !install[jq]! EQU 1 CALL :CHOCO_INSTALL jq
332332IF !install[git]! EQU 1 CALL :CHOCO_INSTALL git
333333
334334IF !install[cf]! EQU 1 (
335- CALL :CHOCO_INSTALL cloudfoundry-cli cf
335+ CALL :CHOCO_INSTALL cloudfoundry-cli
336336 CALL :RELOAD_ENV
337337
338338 SETLOCAL
@@ -341,16 +341,6 @@ IF !install[cf]! EQU 1 (
341341 ) ELSE (
342342 SET filename = predix_win32.exe
343343 )
344- ( cf plugins | findstr " Predix" > $null 2 >& 1 ) || cf install-plugin -f https://github.com/PredixDev/cf-predix/releases/download/1.0.0/!filename!
345- ENDLOCAL
346-
347- IF NOT !errorlevel! EQU 0 (
348- ECHO If you are behind a corporate proxy, set the 'http_proxy' and 'https_proxy' environment variables.
349- ECHO Commands to set proxy:
350- ECHO set http_proxy=" http://<proxy-host>:<proxy-port>"
351- ECHO set https_proxy=" http://<proxy-host>:<proxy-port>"
352- exit /b !errorlevel!
353- )
354344)
355345
356346IF !install[putty]! EQU 1 CALL :CHOCO_INSTALL putty
Original file line number Diff line number Diff line change 11{
22 "name" : " local setup" ,
3- "version" : " 1.0.97 " ,
3+ "version" : " 1.0.98 " ,
44 "private" : true ,
55 "dependencies" : {},
66 "author" : " rishabhtulsian"
You can’t perform that action at this time.
0 commit comments