mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Merge pull request #313 from wooorm/bug/fix-missing-closing-brace
Fix missing closing curly brance in `bash_completion.sh`.
This commit is contained in:
commit
f20e260a9a
|
|
@ -10,6 +10,7 @@ _git_changelog(){
|
|||
|
||||
_git_chore(){
|
||||
__git_extras_workflow "chore"
|
||||
}
|
||||
|
||||
_git_authors(){
|
||||
__gitcomp "-l --list"
|
||||
|
|
|
|||
Loading…
Reference in a new issue