Skip to content

Commit 504b50d

Browse files
committed
fixup! vcpkg_install: detect lack of Git
This typo was reported in #2351 (review). Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 51b78e6 commit 504b50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat/vcbuild/vcpkg_install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ REM ================================================================
3939
git.exe version 2>nul
4040
IF ERRORLEVEL 1 (
4141
echo "***"
42-
echo "Git not found. Please adjust you CMD path or Git install option."
42+
echo "Git not found. Please adjust your CMD path or Git install option."
4343
echo "***"
4444
EXIT /B 1 )
4545

0 commit comments

Comments
 (0)