Fix ignore warning at end

This commit is contained in:
IamTheFij 2017-12-22 11:49:23 -05:00
parent 5903e6b85a
commit 5af054ddc9
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ for file in $@ ; do
}
done
if [ $has_error ] ; then
if [ $has_error -eq 1 ] ; then
echo "To ignore, use --no-verify"
fi