mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 16:51:05 -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 #
|
# Use file to see if we can parse what it is #
|
||||||
##############################################
|
##############################################
|
||||||
CheckFileType "${FILE}"
|
CheckFileType "${FILE}"
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
export READ_ONLY_CHANGE_FLAG # Workaround SC2034
|
export READ_ONLY_CHANGE_FLAG # Workaround SC2034
|
||||||
|
@ -639,5 +640,4 @@ function CheckZsh() {
|
||||||
##################
|
##################
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue