From c2ee9d1564f99597b73e7a09fd2982899f62d9dc Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 30 Jun 2022 19:34:57 +0200 Subject: [PATCH] fixed path --- modules/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/config/config.go b/modules/config/config.go index f4ddc54..1706bc3 100755 --- a/modules/config/config.go +++ b/modules/config/config.go @@ -21,7 +21,7 @@ type Bot struct { } 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 { log.Fatalln("failed to load yaml file", err)