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

Merge pull request #30875 from albers/fix-30858

Fix bash completion for `docker service`
This commit is contained in:
Vincent Demeester 2017-02-12 22:00:28 +01:00 committed by GitHub
commit e5a90d46e3

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