mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
8c7a6adef9
commit
2a1b977516
|
|
@ -71,7 +71,7 @@ IF NOT "%~1"=="" (
|
|||
set PREFIX=%~1\clangarm64
|
||||
) else (
|
||||
echo Using git install path "%~1" as PREFIX, please make sure it's really a
|
||||
echo path to the mingw64 directory...
|
||||
echo path to the mingw64 or clangarm64 directory...
|
||||
echo.
|
||||
SET PREFIX=%~1
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue