From 0bf6e7975aff38259b94aad457871c4213cce6fc Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Mon, 1 Jan 2024 19:16:58 +0100 Subject: [PATCH] typo/bugfix --- scripts/install-git.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-git.cmd b/scripts/install-git.cmd index b91df12..bef2cbc 100644 --- a/scripts/install-git.cmd +++ b/scripts/install-git.cmd @@ -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 #######