Fix slack notifications

This commit is contained in:
Jakub Al-Khalili 2019-10-01 10:14:13 +02:00
parent b7c153f40c
commit b67996880a
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ func (s Slack) Send(event Event, config v1alpha2.Notification) error {
},
}
mainAttachment := sm.Attachments[0]
mainAttachment := &sm.Attachments[0]
mainAttachment.Title = notificationTitle(event)