Fixed typo breaking zsh docker update autocomplete

Signed-off-by: Tom Milligan <tommilligan@users.noreply.github.com>
(cherry picked from commit da00d1c49f)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Tom Milligan
2018-07-25 12:06:32 +01:00
committed by Sebastiaan van Stijn
parent 11720451eb
commit 2c9ca7465d
+1 -1
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)