From cecbbbbc764d0c6128e5d22c0b4c8385a7288d19 Mon Sep 17 00:00:00 2001
From: Mark Steve Samson <hello@marksteve.com>
Date: Tue, 8 Apr 2014 09:08:51 +0800
Subject: [PATCH] Minor message change

---
 pkg/plugin/notify/slack.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/plugin/notify/slack.go b/pkg/plugin/notify/slack.go
index 14c8f01d7..d02e457fc 100644
--- a/pkg/plugin/notify/slack.go
+++ b/pkg/plugin/notify/slack.go
@@ -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"
 )