Update notification.go

This commit is contained in:
Brad Rydzewski 2014-08-14 10:26:27 -07:00
parent d78ce6dc59
commit 06fef06d9e

View file

@ -22,7 +22,7 @@ type Notification struct {
Irc *IRC `yaml:"irc,omitempty"`
Slack *Slack `yaml:"slack,omitempty"`
GitHub github.GitHub `yaml:"github_status"`
GitHub *github.GitHub `yaml:"github_status,omitempty"`
}
func (n *Notification) Send(context *model.Request) error {