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

Merge pull request #32685 from albers/completion-cleanup-1

Remove bogus statement from bash completion
This commit is contained in:
Kenfe-Mickaël Laventure 2017-04-24 11:02:39 -05:00 committed by GitHub
commit 8cb9d7ec2e

View file

@ -3018,8 +3018,6 @@ _docker_service_update() {
# _docker_service_update_and_create is the combined completion for `docker service create`
# and `docker service update`
_docker_service_update_and_create() {
local $subcommand="${words[$subcommand_pos]}"
local options_with_args="
--endpoint-mode
--env -e