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:
parent
092cba3727
commit
018981111c
1 changed files with 1 additions and 1 deletions
|
@ -2703,7 +2703,7 @@ _docker_service() {
|
||||||
ps
|
ps
|
||||||
update
|
update
|
||||||
"
|
"
|
||||||
__docker_daemon_is_experimental && subcommands+="logs"
|
__docker_is_experimental && subcommands+="logs"
|
||||||
|
|
||||||
__docker_subcommands "$subcommands" && return
|
__docker_subcommands "$subcommands" && return
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue