Skip to content

Commit

Permalink
(vup) color not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Jul 21, 2024
1 parent 52c6e9b commit ac53acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func notify(errorCount int, firstLine, lastLine string) {
subject += fmt.Sprintf("ignore: <code>%s</code>", f.ignore)
subject += "<br>" // nolint: goconst
subject += fmt.Sprintf("min error: <code>%d</code>", 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 {
Expand Down

0 comments on commit ac53acb

Please sign in to comment.