Merge pull request #1232 from tommilligan/1231-zsh-autocomplete-update-invalid

Fixed typo breaking zsh docker update autocomplete (closes #1231)
This commit is contained in:
Silvin 2018-07-25 14:17:57 +02:00 committed by GitHub
commit effe36a155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)