Skip to content

Commit 889a284

Browse files
committed
Fix docker container update completion in Zsh
A missing '$' Signed-off-by: Segev Finer <segev208@gmail.com>
1 parent 3a72cea commit 889a284

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/completion/zsh/_docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ __docker_container_subcommand() {
923923
local state
924924
_arguments $(__docker_arguments) \
925925
$opts_help \
926-
opts_create_run_update \
926+
$opts_create_run_update \
927927
"($help -)*: :->values" && ret=0
928928
case $state in
929929
(values)

0 commit comments

Comments
 (0)