Fixed typo breaking zsh docker update autocomplete

Signed-off-by: Tom Milligan <tommilligan@users.noreply.github.com>
Upstream-commit: da00d1c49f
Component: cli
This commit is contained in:
Tom Milligan
2018-07-25 12:23:08 +01:00
parent 9be707763d
commit 4c5f6c0dc0
@@ -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)