Merge pull request #1268 from thaJeztah/18.06-backport-1231-zsh-autocomplete-update-invalid

[18.06] backport "fixed typo breaking zsh docker update autocomplete"
This commit is contained in:
Silvin
2018-08-03 22:56:37 +02:00
committed by GitHub

View File

@ -923,7 +923,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)