mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
lowercase file_type
This commit is contained in:
parent
7632f64664
commit
6bb65aaa2c
1 changed files with 4 additions and 4 deletions
|
@ -355,10 +355,10 @@ function BuildFileList() {
|
|||
# Set the READ_ONLY_CHANGE_FLAG since this could be exec #
|
||||
##########################################################
|
||||
READ_ONLY_CHANGE_FLAG=1
|
||||
########################
|
||||
# Get the Golang files #
|
||||
########################
|
||||
elif [ "${FILE_TYPE}" == "R" ]; then
|
||||
####################
|
||||
# Get the R files #
|
||||
####################
|
||||
elif [ "${FILE_TYPE}" == "r" ]; then
|
||||
################################
|
||||
# Append the file to the array #
|
||||
################################
|
||||
|
|
Loading…
Reference in a new issue