wip
This commit is contained in:
parent
7ae20b5727
commit
6ec114dccf
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue