mirror of https://github.com/docker/compose.git
Fix treatment of global arguments in bash completion
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
aa8fb8f708
commit
39b2c6636e
|
@ -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…
Reference in New Issue