typo/bugfix
This commit is contained in:
parent
2fbac20ab0
commit
0bf6e7975a
@ -24,6 +24,6 @@ reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Env
|
|||||||
|
|
||||||
echo setting GIT_SSH variable (all users) ...
|
echo setting GIT_SSH variable (all users) ...
|
||||||
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" ^
|
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" ^
|
||||||
/v GIT_SSH /t REG_EXPAND_SZ /d "%TOOLS%\usr\bin\ssh.exe" /f
|
/v GIT_SSH /t REG_EXPAND_SZ /d "%TOOLS%\git\usr\bin\ssh.exe" /f
|
||||||
|
|
||||||
echo ####### %0 #######
|
echo ####### %0 #######
|
||||||
|
Loading…
Reference in New Issue
Block a user