ABORT should be BIG
This commit is contained in:
parent
0f0a48ab3c
commit
d47a0de162
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ for project in $PROJECTS; do
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "Pull or clone failed, aborting now."
|
echo "Pull or clone failed, ABORTING."
|
||||||
exit 23
|
exit 23
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue