Skip to content

Commit 28f6098

Browse files
authored
Merge pull request #2959 from stanwest/cmd-double-quotes
In "lib_git.cmd", use single quotes inside double quotes
2 parents d2f7136 + b56a6d4 commit 28f6098

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)