Skip to content

Commit 22ce5e1

Browse files
committed
fix: fmt
1 parent d55d03e commit 22ce5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ func initConfig() {
153153
// Find home directory.
154154
usr, err := user.Current()
155155
if err == nil {
156-
viper.AddConfigPath(usr.HomeDir + "/.mongodb_query_exporter")
156+
viper.AddConfigPath(usr.HomeDir + "/.mongodb_query_exporter")
157157
}
158158

159159
// System wide config

0 commit comments

Comments
 (0)