From 003b322adfb4bbc958d4c15114aa8128a8ab12a5 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Thu, 2 Jul 2020 09:14:06 -0500 Subject: [PATCH] docker should be checked in lower as it was converted --- lib/buildFileList.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # ################################