lowercase file_type

This commit is contained in:
assignUser 2020-08-16 13:31:23 +00:00
parent 7632f64664
commit 6bb65aaa2c

View file

@ -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 #
################################