its friday

This commit is contained in:
Lucas Gravley 2020-08-28 10:15:44 -05:00
parent 40fddbad79
commit a35df1c943

View file

@ -247,7 +247,7 @@ function LintCodebase() {
# Check the shell for errors #
##############################
if [ ${ERROR_CODE} -ne 0 ]; then
if [[ ${FILE_TYPE} == "BASH_EXEC" ]];
if [[ ${FILE_TYPE} == "BASH_EXEC" ]]; then
########
# WARN #
########