Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 7f45cbc

Browse files
committed
Slight tweak to log text
1 parent 04a5bb9 commit 7f45cbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/event/processor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ func formatActorOrEmail(actor github.Actor, email string, capitalise bool) strin
164164
func logSlackMessage(timestamp, text string) {
165165

166166
// Using fmt rather than log so the output goes to STDOUT rather than STDERR.
167-
fmt.Printf("%s occurred at %s\n", text, timestamp)
167+
fmt.Printf("%s Occurred %s.\n", text, timestamp)
168168
}
169169

170170
func postSlackMessage(timestamp, text, slackAlertsChannel, slackWebHookURL string) {

0 commit comments

Comments
 (0)