mirror of
https://github.com/DSPBluePrints/FactoryBluePrints.git
synced 2025-12-11 07:13:30 +08:00
修复更新脚本的报错
This commit is contained in:
@@ -25,8 +25,8 @@ goto end_with_error
|
|||||||
|
|
||||||
::find .git/
|
::find .git/
|
||||||
if not exist ".git" (
|
if not exist ".git" (
|
||||||
echo 错误:无法找到git.exe ^| Error: git.exe no found
|
echo 错误:无法找到.git/ ^| Error: .git no found
|
||||||
echo %date% %time% Error: git.exe no found>>%LOG_PATH%
|
echo %date% %time% Error: .git/ no found>>%LOG_PATH%
|
||||||
goto end_with_error
|
goto end_with_error
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user