mirror of
https://github.com/docker/compose.git
synced 2025-07-25 06:34:35 +02:00
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_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
|
# Transforms a multiline list of strings into a single line string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user