Minor message change

This commit is contained in:
Mark Steve Samson 2014-04-08 09:08:51 +08:00
parent 5bf5954678
commit cecbbbbc76

View file

@ -9,7 +9,7 @@ import (
const (
slackEndpoint = "https://%s.slack.com/services/hooks/incoming-webhook?token=%s"
slackStartedMessage = "Building %s, commit %s, author %s"
slackStartedMessage = "*Building* %s, commit %s, author %s"
slackSuccessMessage = "*Success* %s, commit %s, author %s"
slackFailureMessage = "*Failed* %s, commit %s, author %s"
)