From b3f15f8cc2d075e42df39939fcb90de6613cabce Mon Sep 17 00:00:00 2001 From: bWFuanVzYWth Date: Wed, 26 Apr 2023 00:41:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9B=B4=E6=96=B0=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E7=9A=84=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update.bat b/update.bat index ae747b5..afa9817 100644 --- a/update.bat +++ b/update.bat @@ -25,8 +25,8 @@ goto end_with_error ::find .git/ if not exist ".git" ( -echo 错误:无法找到git.exe ^| Error: git.exe no found -echo %date% %time% Error: git.exe no found>>%LOG_PATH% +echo 错误:无法找到.git/ ^| Error: .git no found +echo %date% %time% Error: .git/ no found>>%LOG_PATH% goto end_with_error )