aboutsummaryrefslogtreecommitdiffstats
path: root/src/_pre-commit
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2026-05-07 19:30:59 +0200
committerMikael Magnusson <mikachu@gmail.com>2026-05-07 19:40:20 +0200
commit398b4b74775102da7bc6a510a08d0914592f9e62 (patch)
tree561edf949351ea746efacda8ee161092cad37372 /src/_pre-commit
parentMerge pull request #1262 from zsh-users/update_openssl (diff)
downloadzsh-completions-398b4b74775102da7bc6a510a08d0914592f9e62.tar
zsh-completions-398b4b74775102da7bc6a510a08d0914592f9e62.tar.gz
zsh-completions-398b4b74775102da7bc6a510a08d0914592f9e62.tar.bz2
zsh-completions-398b4b74775102da7bc6a510a08d0914592f9e62.tar.lz
zsh-completions-398b4b74775102da7bc6a510a08d0914592f9e62.tar.xz
zsh-completions-398b4b74775102da7bc6a510a08d0914592f9e62.tar.zst
zsh-completions-398b4b74775102da7bc6a510a08d0914592f9e62.zip
Some typo fixes
Diffstat (limited to 'src/_pre-commit')
-rw-r--r--src/_pre-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_pre-commit b/src/_pre-commit
index 2f261a7..0ccab05 100644
--- a/src/_pre-commit
+++ b/src/_pre-commit
@@ -89,7 +89,7 @@ _pre_commit() {
'--commit-msg-filename[file name to check when running during "commit-msg"]:file:_files'
'--prepare-commit-message-source[source of the commit message]:source'
'--commit-object-name[commit object name]:object_name'
- '--remote-name[Remote name used by "git push"]:name:remote:_pre_commit_git_remotes'
+ '--remote-name[Remote name used by "git push"]:remote:_pre_commit_git_remotes'
'--remote-url[Remote url used by "git push"]:url:_urls'
'--checkout-type[branch check out or a file checkout]:type:_pre_commit_commit_types'
'--is-squash-merge[use squash merge]:flag:(0 1)'