aboutsummaryrefslogtreecommitdiffstats
path: root/misc/gen_bash_completion.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-06-23 14:37:04 +0200
committerGitHub <noreply@github.com>2019-06-23 14:37:04 +0200
commitfb964bd3e99546df6edb5a4c913d0960dabe9826 (patch)
tree0846697446f1a75a170c8cef749b35992a40bde5 /misc/gen_bash_completion.go
parent89c6732354ba4efd7c36c253fc5d02f0b6c7a7a4 (diff)
parentb64587f87abdca0bb15120bf3da48eedd812ca6b (diff)
downloadgit-bug-fb964bd3e99546df6edb5a4c913d0960dabe9826.tar.gz
Merge pull request #168 from MichaelMure/dependabot/dep/github.com/spf13/cobra-0.0.5
build(deps): bump github.com/spf13/cobra from 0.0.4 to 0.0.5
Diffstat (limited to 'misc/gen_bash_completion.go')
-rw-r--r--misc/gen_bash_completion.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/gen_bash_completion.go b/misc/gen_bash_completion.go
index f2506606..2d5e400b 100644
--- a/misc/gen_bash_completion.go
+++ b/misc/gen_bash_completion.go
@@ -15,7 +15,7 @@ func main() {
cwd, _ := os.Getwd()
dir := path.Join(cwd, "misc", "bash_completion", "git-bug")
- fmt.Println("Generating bash completion file ...")
+ fmt.Println("Generating Bash completion file ...")
err := commands.RootCmd.GenBashCompletionFile(dir)
if err != nil {