1
0
mirror of https://github.com/DSPBluePrints/FactoryBluePrints.git synced 2025-12-09 03:13:31 +08:00

修复更新脚本的报错

This commit is contained in:
bWFuanVzYWth
2023-04-26 00:41:24 +08:00
parent 92db3759f2
commit b3f15f8cc2

View File

@@ -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
)