aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.go b/config.go
index 43f7689..126b123 100644
--- a/config.go
+++ b/config.go
@@ -67,7 +67,7 @@ func maybeWriteConfig() error {
func loadConfig() error {
config = Config{}
- _, err := toml.DecodeFile("config2.toml", &config)
+ _, err := toml.DecodeFile(configFile(), &config)
if err != nil {
return err
}