diff options
author | Michael Muré <batolettre@gmail.com> | 2019-06-23 14:37:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-23 14:37:04 +0200 |
commit | fb964bd3e99546df6edb5a4c913d0960dabe9826 (patch) | |
tree | 0846697446f1a75a170c8cef749b35992a40bde5 /misc/gen_bash_completion.go | |
parent | 89c6732354ba4efd7c36c253fc5d02f0b6c7a7a4 (diff) | |
parent | b64587f87abdca0bb15120bf3da48eedd812ca6b (diff) | |
download | git-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.go | 2 |
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 { |