Skip to content

Commit 7a559f7

Browse files
committed
More accurate feedback message for set-global
1 parent 24e6639 commit 7a559f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/set-global.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ echo off
88

99
set curdir=%~dp0
1010

11-
echo Adding %curdir% to path
1211
set ginbinpath=%curdir%\bin
1312
set gitpaths=%curdir%\git\usr\bin;%curdir%\git\bin
13+
echo Appending "%ginbinpath%;%gitpaths%" to path
1414
echo %path%|find /I "%curdir%">nul || setx path "%path%;%ginbinpath%;%gitpaths%"
1515
echo GIN CLI is ready
1616
pause

0 commit comments

Comments
 (0)