appveyor: Fix a typo
Some checks failed
continuous-integration/appveyor/branch AppVeyor build failed
Some checks failed
continuous-integration/appveyor/branch AppVeyor build failed
This commit is contained in:
parent
1373a5983d
commit
993fd60a43
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue