Skip to content

Commit a9de43c

Browse files
committed
no config file is required
1 parent 5544479 commit a9de43c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

cmd/root/root.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ func initConfig() {
170170
// If a config file is found, read it in.
171171
err := viper.ReadInConfig()
172172
if err != nil {
173-
fmt.Println(err)
174-
os.Exit(1)
173+
log.Debug(err)
175174
}
176175
}

0 commit comments

Comments
 (0)