Skip to content

Commit

Permalink
display git improper version string as debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSDavidSoft authored May 28, 2024
1 parent 92419a4 commit 5145a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/lib/lib_git.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ exit /b
set "GIT_VERSION=%%C"
) else (
echo "'git --version' returned an improper version string!"
echo "executable: %git_executable%"
%print_debug% :read_version "returned string: '%%A %%B %%C' by executable path: %git_executable%"
pause
exit /b
)
Expand Down

0 comments on commit 5145a15

Please sign in to comment.