From 4c2f1d4244d32a3d1b1a171d178195a9cb24affb Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Tue, 11 Jul 2023 14:51:05 +0800 Subject: [PATCH] fix feishu typo --- feishu.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feishu.go b/feishu.go index 8d16742..0ec3500 100644 --- a/feishu.go +++ b/feishu.go @@ -26,7 +26,7 @@ func sendFeishuMessage(content string) error { if err != nil { log.Println("Failed to send feishu message", err) } - FEISHU_WEBHOOK := os.Getenv("FEISHU_WEBOOK") + FEISHU_WEBHOOK := os.Getenv("FEISHU_WEBHOOK") if FEISHU_WEBHOOK == "" { log.Println("FEISHU_WEBOOK environment not set") return nil