mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
its friday
This commit is contained in:
parent
40fddbad79
commit
a35df1c943
1 changed files with 1 additions and 1 deletions
|
@ -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 #
|
||||
########
|
||||
|
|
Loading…
Reference in a new issue