Fixed typo breaking zsh docker update autocomplete

Signed-off-by: Tom Milligan <tommilligan@users.noreply.github.com>
This commit is contained in:
Tom Milligan 2018-07-25 12:06:32 +01:00
parent 601131634e
commit da00d1c49f
1 changed files with 1 additions and 1 deletions

View File

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