Merge pull request #4518 from albers/completion-fix-global-args

Fix treatment of global arguments in bash completion
This commit is contained in:
Joffrey F 2017-02-21 14:58:38 -08:00 committed by GitHub
commit 7b1be89ec0

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