diff --git a/bin/compose b/bin/compose index 5c389d6..a88c59b 100755 --- a/bin/compose +++ b/bin/compose @@ -441,7 +441,7 @@ get_compose_file_opt() { replace_compose_file_opt() { - local hash_bin="$1" override="$2" \ + local hash_bin="$1" override="$2" args arg \ cache_file="$COMPOSE_LAUNCHER_CACHE/$FUNCNAME.cache.$(p0 "$@" | hash_get)" if [ -e "$cache_file" ]; then cat "$cache_file" &&