Fix docker container update completion in Zsh

A missing '$'

Signed-off-by: Segev Finer <segev208@gmail.com>
This commit is contained in:
Segev Finer 2018-01-05 22:16:45 +02:00
parent 9258d941b2
commit ec601dd5bc
1 changed files with 1 additions and 1 deletions

View File

@ -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)