mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
Fix missing closing curly brance in bash_completion.sh
- Introduced in b0a6d04f9ff303a9864070eda45c7309e3789ad4; - Comments: https://github.com/tj/git-extras/commit/ b0a6d04f9ff303a9864070eda45c7309e3789ad4#commitcomment-9687275.
This commit is contained in:
parent
ced7ec0c97
commit
a58ee0a4e9
|
|
@ -10,6 +10,7 @@ _git_changelog(){
|
|||
|
||||
_git_chore(){
|
||||
__git_extras_workflow "chore"
|
||||
}
|
||||
|
||||
_git_authors(){
|
||||
__gitcomp "-l --list"
|
||||
|
|
|
|||
Loading…
Reference in a new issue