From 6ec114dccfa2f6e9fd43cf2974ea74467b6d6b63 Mon Sep 17 00:00:00 2001 From: Erik Winter Date: Sun, 29 Sep 2024 16:28:27 +0200 Subject: [PATCH] wip --- plan/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plan/main.go b/plan/main.go index 361ffb6..8a956fa 100644 --- a/plan/main.go +++ b/plan/main.go @@ -17,7 +17,7 @@ func main() { fmt.Printf("could not get config path: %s\n", err) os.Exit(1) } - conf, err := LoadConfig(filepath.Join(confPath, "planner", "cal", "config.yaml")) + conf, err := LoadConfig(filepath.Join(confPath, "planner", "plan", "config.yaml")) if err != nil { fmt.Printf("could not open config file: %s\n", err) os.Exit(1)