mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Remove bogus statement from bash completion
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
committed by
Tibor Vass
parent
65cf6dd611
commit
8ea7724f64
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user