We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9779e8 commit 3a2fff0Copy full SHA for 3a2fff0
cmd/root.go
@@ -86,7 +86,7 @@ func initConfig() {
86
87
vp.AutomaticEnv()
88
if err := vp.ReadInConfig(); err != nil {
89
- utils.PrintYellow("no config")
+ utils.PrintYellow("no config\n")
90
}
91
92
if useContext != "" {
0 commit comments