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
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1110,7 +1110,7 @@ GetValidationInfo()
############################### ###############################
# Convert string to lowercase # # 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 # # Set to false if not true #