Update lib/linter.sh

This commit is contained in:
Sean Killeen 2020-06-18 16:47:52 -04:00 committed by GitHub
parent 95af99a134
commit dc881c2d1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1110,7 +1110,7 @@ GetValidationInfo()
###############################
# Convert string to lowercase #
###############################
DSIABLE_ERRORS=$(echo "$DISABLE_ERRORS" | awk '{print tolower($0)}')
DISABLE_ERRORS=$(echo "$DISABLE_ERRORS" | awk '{print tolower($0)}')
############################
# Set to false if not true #