I had a whitespace to much in init.go:init() which shouldn't be there. Fixes failing CirleCI test

This commit is contained in:
Raphael Tiersch 2017-12-25 14:33:02 +01:00
parent b1f355e936
commit 0060560141

View file

@ -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.