From 204c0c88104ce130bdeabfd73c735b7ef33e2f57 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 17 Apr 2023 23:12:04 +0300 Subject: only send one report --- notify.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notify.go') diff --git a/notify.go b/notify.go index 3a295ba..7b423cd 100644 --- a/notify.go +++ b/notify.go @@ -7,7 +7,7 @@ import ( ) func notify(config config, subject, body string) error { - log.Println("emailNotify", subject, body) + log.Println("notify", subject, body) headers := make(map[string]string) headers["From"] = config.EmailFrom -- cgit v1.2.3