Skip to content

Commit e4152db

Browse files
authored
fix: add missing quote in git-extras-completion.zsh (#1078)
Broken in #1074
1 parent dee7c7f commit e4152db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/git-extras-completion.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ __gitex_author_names() {
102102
}
103103

104104
__gitex_author_emails2() {
105-
echo "$g s
105+
echo "$g s"
106106
# read -Ac words
107107
# read -cn cword
108108

0 commit comments

Comments
 (0)