From c068b866d76a60a1fe56fec6fff826662b685e6d Mon Sep 17 00:00:00 2001 From: Gerrit-K Date: Fri, 22 Sep 2023 09:32:50 +0200 Subject: [PATCH] fix: add missing quote in git-extras-completion.zsh Broken in #1074 --- etc/git-extras-completion.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/git-extras-completion.zsh b/etc/git-extras-completion.zsh index 565ffb719..a986767bf 100644 --- a/etc/git-extras-completion.zsh +++ b/etc/git-extras-completion.zsh @@ -102,7 +102,7 @@ __gitex_author_names() { } __gitex_author_emails2() { - echo "$g s + echo "$g s" # read -Ac words # read -cn cword