Skip to content

Commit

Permalink
Remove testing etc path
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Feb 5, 2021
1 parent d3380b5 commit b9ac8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func main() {
viper.SetConfigType("toml")
viper.AddConfigPath("./config")
viper.AddConfigPath("/config")
viper.AddConfigPath("./etc")
viper.AddConfigPath("/etc")
}

// Report our status
Expand Down

0 comments on commit b9ac8b9

Please sign in to comment.