docker should be checked in lower as it was converted

This commit is contained in:
Lucas Gravley 2020-07-02 09:14:06 -05:00
parent 40b268b5e9
commit 003b322adf

View file

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