From 6bb65aaa2c35ae4d07f51294843c54d8b50cc0f6 Mon Sep 17 00:00:00 2001 From: assignUser Date: Sun, 16 Aug 2020 13:31:23 +0000 Subject: [PATCH] lowercase file_type --- lib/buildFileList.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/buildFileList.sh b/lib/buildFileList.sh index 9123adc8..d44f6348 100755 --- a/lib/buildFileList.sh +++ b/lib/buildFileList.sh @@ -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 # ################################