Fix bash completion for `docker service`

Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
Harald Albers 2017-02-09 15:35:46 +01:00
parent 092cba3727
commit 018981111c
1 changed files with 1 additions and 1 deletions

View File

@ -2703,7 +2703,7 @@ _docker_service() {
ps
update
"
__docker_daemon_is_experimental && subcommands+="logs"
__docker_is_experimental && subcommands+="logs"
__docker_subcommands "$subcommands" && return