From d663e14297ea3f9186f588919b4fe263134514ee Mon Sep 17 00:00:00 2001 From: Verity-Freedom <143919205+Verity-Freedom@users.noreply.github.com> Date: Sun, 8 Dec 2024 11:09:19 +0300 Subject: [PATCH] Update check_updates.bat --- check_updates.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_updates.bat b/check_updates.bat index d0115c9..c28196c 100644 --- a/check_updates.bat +++ b/check_updates.bat @@ -51,7 +51,7 @@ if "%~1"=="soft" ( set "NEW_VERSION=" for /f "delims=" %%A in ('powershell -command "(Invoke-WebRequest -Uri %GITHUB_URL% -Headers @{\"Cache-Control\"=\"no-cache\"} -TimeoutSec 5).Content" 2^>nul') do set "NEW_VERSION=%%A" if not defined NEW_VERSION ( - echo Erorr reading new version + echo Error reading new version goto :EOF )