From 195f67e1657b94465302ddbf6bbf26f14e994d19 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Mon, 20 Jul 2020 15:15:10 -0500 Subject: [PATCH] can i do this --- lib/linter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linter.sh b/lib/linter.sh index eb0587da..e8b041e8 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -901,7 +901,7 @@ Footer() { ###################################### # Check if we validated the langauge # ###################################### - if [ "${!VALIDATE_LANGUAGE_ARRAY}" -gt 0 ]; then + if [ "${#!VALIDATE_LANGUAGE_ARRAY[@]}" -gt 0 ]; then CallStatusAPI "$LANGUAGE" "success" fi fi