fixed path
parent
c83e8e1586
commit
c2ee9d1564
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue