Fix ignore warning at end
This commit is contained in:
parent
5903e6b85a
commit
5af054ddc9
@ -10,7 +10,7 @@ for file in $@ ; do
|
|||||||
}
|
}
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ $has_error ] ; then
|
if [ $has_error -eq 1 ] ; then
|
||||||
echo "To ignore, use --no-verify"
|
echo "To ignore, use --no-verify"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user