Update lib/linter.sh

This commit is contained in:
Sean Killeen 2020-06-18 15:26:21 -04:00 committed by GitHub
parent cf8b1eddfe
commit 49c6b4fa7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1899,7 +1899,7 @@ Footer()
# Exit with 0 if errors disabled #
##################################
if ${ERRORS_DISABLED} then
if ${DISABLE_ERRORS} then
exit 0
fi