mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
can i do this
This commit is contained in:
parent
e2ed325d4e
commit
195f67e165
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue