mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Fix changelog --list completion bug
This commit is contained in:
parent
46b88b6a5a
commit
1e1e0fa44d
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ __git_author_names() {
|
||||||
|
|
||||||
_git-changelog() {
|
_git-changelog() {
|
||||||
_arguments \
|
_arguments \
|
||||||
'(-l --list)'{-l, --list}'[list commits]' \
|
'(-l --list)'{-l,--list}'[list commits]' \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue