1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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

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