diff --git a/pkg/notify/slack.go b/pkg/notify/slack.go index 5dc08f0..a0e54fb 100644 --- a/pkg/notify/slack.go +++ b/pkg/notify/slack.go @@ -317,7 +317,7 @@ func FormatShortMessage(event events.Event) (msg string) { } if len(event.LogsURLMsg) > 0 { - msg += fmt.Sprintf("\n%s", event.LogsURLMsg) + msg += fmt.Sprintf("%s", event.LogsURLMsg) } // Add message in the attachment if there is any if len(additionalMsg) > 0 {