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:
wooorm 2015-02-11 08:53:12 +01:00
parent ced7ec0c97
commit a58ee0a4e9

View file

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