Skip to content

Commit b56a6d4

Browse files
committed
Use single quotes inside double quotes
1 parent d2f7136 commit b56a6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/lib/lib_git.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ exit /b
253253
:: if the user provided git executable is not found
254254
IF ERRORLEVEL -255 IF NOT ERRORLEVEL -254 (
255255
:: if not exist "%git_executable%" (
256-
%print_debug% ":compare_git_versions" "No git at "%git_executable%" found."
256+
%print_debug% ":compare_git_versions" "No git at '%git_executable%' found."
257257
set test_dir=
258258
)
259259
)

0 commit comments

Comments
 (0)