Fix treatment of global arguments in bash completion

Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
Harald Albers 2017-02-21 17:54:20 +01:00
parent aa8fb8f708
commit 39b2c6636e
1 changed files with 1 additions and 1 deletions

View File

@ -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