This commit is contained in:
Erik Winter 2024-09-29 16:28:27 +02:00
parent 7ae20b5727
commit 6ec114dccf
1 changed files with 1 additions and 1 deletions

View File

@ -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)