Skip to content

Commit 92419a4

Browse files
authored
log the executable path for improper git
1 parent c9b77f6 commit 92419a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vendor/lib/lib_git.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ exit /b
5555
set "GIT_VERSION=%%C"
5656
) else (
5757
echo "'git --version' returned an improper version string!"
58+
echo "executable: %git_executable%"
5859
pause
5960
exit /b
6061
)

0 commit comments

Comments
 (0)