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