From b997e59137dbafb7e05f860d0861b45165db0f2b Mon Sep 17 00:00:00 2001 From: Dax T Games Date: Sun, 9 Mar 2025 11:22:11 -0400 Subject: [PATCH] Fix #2980 Fix #2980 --- vendor/init.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/init.bat b/vendor/init.bat index 583e0e9..2cf670f 100644 --- a/vendor/init.bat +++ b/vendor/init.bat @@ -443,7 +443,7 @@ if "%CMDER_CONFIGURED%" gtr "1" goto :CMDER_CONFIGURED if exist "%GIT_INSTALL_ROOT%\post-install.bat" ( echo Running Git for Windows one time Post Install.... pushd "%GIT_INSTALL_ROOT%\" - "%GIT_INSTALL_ROOT%\git-cmd.exe" --no-needs-console --no-cd --command=post-install.bat + "%GIT_INSTALL_ROOT%\git-cmd.exe" 2>nul --no-needs-console --no-cd --command=post-install.bat popd )