mirror of
https://github.com/spf13/cobra
synced 2025-05-05 21:07:24 +00:00
I had a whitespace to much in init.go:init() which shouldn't be there. Fixes failing CirleCI test
This commit is contained in:
parent
b1f355e936
commit
0060560141
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ func Execute() {
|
|||
|
||||
func init() {
|
||||
Environ = environ.New(VendorName, ApplicationName)
|
||||
{{if .viper}}
|
||||
{{if .viper}}
|
||||
cobra.OnInitialize(initConfig)
|
||||
{{end}}
|
||||
// Here you will define your flags and configuration settings.
|
||||
|
|
Loading…
Add table
Reference in a new issue