From dc881c2d1ab3196175244032eceb3a92d24d535c Mon Sep 17 00:00:00 2001 From: Sean Killeen Date: Thu, 18 Jun 2020 16:47:52 -0400 Subject: [PATCH] Update lib/linter.sh --- lib/linter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linter.sh b/lib/linter.sh index 719aa9e0..6fa50fae 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -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 #