Some notifier fixes

pull/1081/head
Adam Boutcher 2021-09-14 11:48:08 +01:00
parent ac4b52dcdb
commit e99e807958
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ func (s *mattermost) Select() *notifications.Notification {
return s.Notification
}
var mattermost = &mattermost{&notifications.Notification{
var mattermoster = &mattermost{&notifications.Notification{
Method: mattermostMethod,
Title: "Mattermost",
Description: "Send notifications to your mattermost channel when a service is offline. Insert your Incoming webhook URL for your channel to receive notifications. Based on the <a href=\"https://docs.mattermost.com/developer/webhooks-incoming.html\">Mattermost API</a>.",

View File

@ -26,7 +26,7 @@ type replacer struct {
func InitNotifiers() {
Add(
slacker,
mattermost,
mattermoster,
Command,
Discorder,
email,