1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

make.bat: git pull add --quiet

This commit is contained in:
yuyi 2020-05-22 22:42:34 +08:00 committed by GitHub
parent 88fa935376
commit b5af6d44c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ pushd %~dp0
if exist "vc" ( if exist "vc" (
echo Updating vc... echo Updating vc...
cd vc cd vc
git pull git pull --quiet
cd .. cd ..
) else ( ) else (
echo Cloning vc... echo Cloning vc...