mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 02:23:39 -05:00
Update lib/linter.sh
This commit is contained in:
parent
cf8b1eddfe
commit
49c6b4fa7d
1 changed files with 1 additions and 1 deletions
|
@ -1899,7 +1899,7 @@ Footer()
|
|||
# Exit with 0 if errors disabled #
|
||||
##################################
|
||||
|
||||
if ${ERRORS_DISABLED} then
|
||||
if ${DISABLE_ERRORS} then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue