mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -05:00
fix struct
This commit is contained in:
parent
bce238d392
commit
6d7c89b7d7
1 changed files with 1 additions and 1 deletions
|
@ -514,6 +514,7 @@ function BuildFileList() {
|
|||
# Use file to see if we can parse what it is #
|
||||
##############################################
|
||||
CheckFileType "${FILE}"
|
||||
fi
|
||||
done
|
||||
|
||||
export READ_ONLY_CHANGE_FLAG # Workaround SC2034
|
||||
|
@ -639,5 +640,4 @@ function CheckZsh() {
|
|||
##################
|
||||
return 1
|
||||
fi
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue