mirror of https://github.com/docker/cli.git
Fix docker container update completion in Zsh
A missing '$' Signed-off-by: Segev Finer <segev208@gmail.com>
This commit is contained in:
parent
9258d941b2
commit
ec601dd5bc
|
@ -923,7 +923,7 @@ __docker_container_subcommand() {
|
||||||
local state
|
local state
|
||||||
_arguments $(__docker_arguments) \
|
_arguments $(__docker_arguments) \
|
||||||
$opts_help \
|
$opts_help \
|
||||||
opts_create_run_update \
|
$opts_create_run_update \
|
||||||
"($help -)*: :->values" && ret=0
|
"($help -)*: :->values" && ret=0
|
||||||
case $state in
|
case $state in
|
||||||
(values)
|
(values)
|
||||||
|
|
Loading…
Reference in New Issue