Fixed echo

This commit is contained in:
andzejsp 2023-04-19 11:35:26 +03:00
parent e28153ac37
commit 34328a7cf3

View File

@ -233,7 +233,7 @@ if %ERRORLEVEL% neq 0 (
exit /b 1
)
echo Downloading latest model
echo Checking models...
if not exist \models (
md \models
)