Expand command line flags
This commit is contained in:
parent
96e53d68bb
commit
9a0ea5ca85
@ -4,7 +4,7 @@ set -e
|
||||
|
||||
check_file() {
|
||||
local file=$1
|
||||
docker-compose -f "$file" config -q 2>&1 \
|
||||
docker-compose --file "$file" config --quiet 2>&1 \
|
||||
| sed "/variable is not set. Defaulting/d"
|
||||
return "${PIPESTATUS[0]}"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user