updated check_docker_compose.sh

pull/2/head
Hari Sekhon 3 years ago
parent e315ff1fc2
commit b67caad7c8

@ -20,7 +20,7 @@ srcdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# shellcheck source=lib/utils.sh
. "$srcdir/lib/utils.sh"
filelist="$(find "${1:-.}" -type f -name '*docker-compose*.y*ml' | sort)"
filelist="$(find "${1:-.}" -type f -iname '*docker-compose*.y*ml' -o -type f -ipath '*/docker-compose/*.y*ml' | sort)"
if [ -z "$filelist" ]; then
return 0 &>/dev/null ||

Loading…
Cancel
Save