Skip to content

Commit

Permalink
log the executable path for improper git
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSDavidSoft authored May 23, 2024
1 parent c9b77f6 commit 92419a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vendor/lib/lib_git.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ exit /b
set "GIT_VERSION=%%C"
) else (
echo "'git --version' returned an improper version string!"
echo "executable: %git_executable%"
pause
exit /b
)
Expand Down

0 comments on commit 92419a4

Please sign in to comment.