Skip to content

Commit

Permalink
fix double escaped percent
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSDavidSoft committed Oct 19, 2022
1 parent 8b6d1d8 commit 27f28e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/init.bat
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ if defined GIT_INSTALL_ROOT (
if not defined GIT_INSTALL_ROOT (
if not [\%full_path:\cmd\git.exe=:%]==[\%full_path%] (
:: Get the absolute path to the user provided git binary
%lib_git% is_git_shim "%%~dp1"
%lib_git% is_git_shim "%~dp1"
%lib_git% get_user_git_version
%lib_git% compare_git_versions
)
Expand Down

0 comments on commit 27f28e6

Please sign in to comment.