add quotes

This commit is contained in:
Lucas Gravley 2020-08-24 13:56:09 -05:00
parent 9f2c65685b
commit 3fda83377a

View file

@ -1108,7 +1108,7 @@ Footer() {
######################################
# Check if we validated the langauge #
######################################
elif [[ ${!ERROR_COUNTER} -eq 0 ]] && [[ ${UNIQUE_LINTED_ARRAY[*]} =~ ${LANGUAGE} ]]; then
elif [[ ${!ERROR_COUNTER} -eq 0 ]] && [[ " ${UNIQUE_LINTED_ARRAY[*]} " =~ " ${LANGUAGE} " ]]; then
# No errors found when linting the language
CallStatusAPI "${LANGUAGE}" "success"
fi