mirror of
https://github.com/spf13/cobra
synced 2025-05-06 05:17:21 +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() {
|
func init() {
|
||||||
Environ = environ.New(VendorName, ApplicationName)
|
Environ = environ.New(VendorName, ApplicationName)
|
||||||
{{if .viper}}
|
{{if .viper}}
|
||||||
cobra.OnInitialize(initConfig)
|
cobra.OnInitialize(initConfig)
|
||||||
{{end}}
|
{{end}}
|
||||||
// Here you will define your flags and configuration settings.
|
// Here you will define your flags and configuration settings.
|
||||||
|
|
Loading…
Add table
Reference in a new issue