1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

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

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)