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)