mirror of https://github.com/docker/cli.git
Fixed typo breaking zsh docker update autocomplete
Signed-off-by: Tom Milligan <tommilligan@users.noreply.github.com>
This commit is contained in:
parent
601131634e
commit
da00d1c49f
|
@ -928,7 +928,7 @@ __docker_container_subcommand() {
|
|||
local state
|
||||
_arguments $(__docker_arguments) \
|
||||
$opts_help \
|
||||
opts_create_run_update \
|
||||
$opts_create_run_update \
|
||||
"($help -)*: :->values" && ret=0
|
||||
case $state in
|
||||
(values)
|
||||
|
|
Loading…
Reference in New Issue