Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vendor/init.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
Loading