Skip to content

Commit b9ac8b9

Browse files
committed
Remove testing etc path
1 parent d3380b5 commit b9ac8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ func main() {
124124
viper.SetConfigType("toml")
125125
viper.AddConfigPath("./config")
126126
viper.AddConfigPath("/config")
127-
viper.AddConfigPath("./etc")
127+
viper.AddConfigPath("/etc")
128128
}
129129

130130
// Report our status

0 commit comments

Comments
 (0)