Skip to content

Commit

Permalink
fixup! vcpkg_install: detect lack of Git
Browse files Browse the repository at this point in the history
This typo was reported in
#2351 (review).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Oct 22, 2019
1 parent 51b78e6 commit 504b50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compat/vcbuild/vcpkg_install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ REM ================================================================
git.exe version 2>nul
IF ERRORLEVEL 1 (
echo "***"
echo "Git not found. Please adjust you CMD path or Git install option."
echo "Git not found. Please adjust your CMD path or Git install option."
echo "***"
EXIT /B 1 )

Expand Down

0 comments on commit 504b50d

Please sign in to comment.