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

This commit is contained in:
Jonatan Nilsson 2022-08-18 10:10:14 +00:00
parent 1373a5983d
commit 993fd60a43

View file

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