We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2f7136 + b56a6d4 commit 28f6098Copy full SHA for 28f6098
vendor/lib/lib_git.cmd
@@ -253,7 +253,7 @@ exit /b
253
:: if the user provided git executable is not found
254
IF ERRORLEVEL -255 IF NOT ERRORLEVEL -254 (
255
:: if not exist "%git_executable%" (
256
- %print_debug% ":compare_git_versions" "No git at "%git_executable%" found."
+ %print_debug% ":compare_git_versions" "No git at '%git_executable%' found."
257
set test_dir=
258
)
259
0 commit comments