Skip to content

Commit

Permalink
Use single quotes inside double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
stanwest committed Jul 27, 2024
1 parent d2f7136 commit b56a6d4
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 @@ -253,7 +253,7 @@ exit /b
:: if the user provided git executable is not found
IF ERRORLEVEL -255 IF NOT ERRORLEVEL -254 (
:: if not exist "%git_executable%" (
%print_debug% ":compare_git_versions" "No git at "%git_executable%" found."
%print_debug% ":compare_git_versions" "No git at '%git_executable%' found."
set test_dir=
)
)
Expand Down

0 comments on commit b56a6d4

Please sign in to comment.