diff --git a/lib/buildFileList.sh b/lib/buildFileList.sh index 0b08a71d..8f7d6e95 100755 --- a/lib/buildFileList.sh +++ b/lib/buildFileList.sh @@ -344,7 +344,7 @@ function BuildFileList() # Set the READ_ONLY_CHANGE_FLAG since this could be exec # ########################################################## READ_ONLY_CHANGE_FLAG=1 - elif [ "$FILE" == "Dockerfile" ]; then + elif [ "$FILE" == "dockerfile" ]; then ################################ # Append the file to the array # ################################