appveyor: Fix a typo
continuous-integration/appveyor/branch AppVeyor build failed Details

master
Jonatan Nilsson 2022-08-18 10:10:14 +00:00
parent 1373a5983d
commit 993fd60a43
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ build_script:
cd..
done
if [ SUCCESS -eq 0 ]; then
if [ $SUCCESS -eq 0 ]; then
exit 1;
fi;