diff --git a/main.go b/main.go index 7fb4a71..2c1066c 100644 --- a/main.go +++ b/main.go @@ -143,7 +143,7 @@ func notify(errorCount int, firstLine, lastLine string) { subject += fmt.Sprintf("ignore: %s", f.ignore) subject += "
" // nolint: goconst subject += fmt.Sprintf("min error: %d", f.min) - err := gmt.Send(hostname, f.filePath, subject, "red", teamsMsg, f.msTeamsHook, f.proxy) + err := gmt.Send(hostname, f.filePath, subject, teamsMsg, f.msTeamsHook, f.proxy) if err != nil { slog.Error("Error sending to Teams", "error", err.Error()) } else {