Skip to content
Snippets Groups Projects
Commit c08d245f authored by Alan Nelson's avatar Alan Nelson
Browse files

Fix bug in php-lint script

parent bef47d50
No related branches found
No related tags found
1 merge request!61Fix bug in php-lint script
......@@ -61,6 +61,6 @@ for dir in "${LINT_DIRS[@]}"; do
elif [[ $rc == 0 ]] && [[ $QUIET == false ]]; then # all ok
echo "$OUTPUT"
fi
done
done || exit $?
done
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment