typo/bugfix

This commit is contained in:
Michael H.G. Schmidt 2024-01-01 19:16:58 +01:00
parent 2fbac20ab0
commit 0bf6e7975a

View File

@ -24,6 +24,6 @@ reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Env
echo setting GIT_SSH variable (all users) ...
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 #######