From 24517d82cf8dc708d08bc77435ad418de4bdff4e Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 13 Sep 2018 10:06:49 +0200 Subject: [PATCH] Fix typo --- appveyor/build_task.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat index 89c80ec913..913a4ccef4 100644 --- a/appveyor/build_task.bat +++ b/appveyor/build_task.bat @@ -21,7 +21,7 @@ if %errorlevel% neq 0 exit /b 3 if "%APPVEYOR%" equ "True" del /f /q C:\Windows\System32\libcrypto-1_1-x64.dll >NUL 2>NUL if %errorlevel% neq 0 exit /b 3 if "%APPVEYOR%" equ "True" del /f /q C:\Windows\System32\libssl-1_1-x64.dll >NUL 2>NUL -if %errorlevel% +if %errorlevel% neq 0 exit /b 3 cd /D %APPVEYOR_BUILD_FOLDER% if %errorlevel% neq 0 exit /b 3 -- 2.40.0