We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f7136 commit b56a6d4Copy full SHA for b56a6d4
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