From ca8caf6cde4dfb00975b5b125d5159844db3f7dd Mon Sep 17 00:00:00 2001 From: Yakiyo Date: Wed, 23 Aug 2023 05:03:19 +0000 Subject: [PATCH] fix: wrong config file name --- where/where.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/where/where.go b/where/where.go index fbfef88..81f14c3 100644 --- a/where/where.go +++ b/where/where.go @@ -47,7 +47,7 @@ func Index() string { // path to config.toml file located inside root dir func Config() string { - return filepath.Join(Dir(), "config.toml") + return filepath.Join(Dir(), "tilde.toml") } // set root to a path