mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Merge pull request #4518 from albers/completion-fix-global-args
Fix treatment of global arguments in bash completion
This commit is contained in:
commit
7b1be89ec0
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
__docker_compose_q() {
|
||||
docker-compose 2>/dev/null $daemon_options "$@"
|
||||
docker-compose 2>/dev/null "${daemon_options[@]}" "$@"
|
||||
}
|
||||
|
||||
# Transforms a multiline list of strings into a single line string
|
||||
|
Loading…
x
Reference in New Issue
Block a user