fixed path

master
alex 2022-06-30 19:34:57 +02:00
parent c83e8e1586
commit c2ee9d1564
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ type Bot struct {
} }
func LoadConfig() { func LoadConfig() {
file, err := ioutil.ReadFile("../go-chat-bot/config.yaml") file, err := ioutil.ReadFile("../school-portal-substitution-plan-matrix-chat-bot/config.yaml")
if err != nil { if err != nil {
log.Fatalln("failed to load yaml file", err) log.Fatalln("failed to load yaml file", err)