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:
hemanth.hm 2015-02-11 13:46:00 +05:30
commit f20e260a9a

View file

@ -10,6 +10,7 @@ _git_changelog(){
_git_chore(){
__git_extras_workflow "chore"
}
_git_authors(){
__gitcomp "-l --list"