aboutsummaryrefslogtreecommitdiffstats
path: root/services/webhook/wechatwork.go
diff options
context:
space:
mode:
Diffstat (limited to 'services/webhook/wechatwork.go')
-rw-r--r--services/webhook/wechatwork.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/webhook/wechatwork.go b/services/webhook/wechatwork.go
index bd4c3e0851..5344ccaa22 100644
--- a/services/webhook/wechatwork.go
+++ b/services/webhook/wechatwork.go
@@ -93,7 +93,7 @@ func (f *WechatworkPayload) Push(p *api.PushPayload) (api.Payloader, error) {
for i, commit := range p.Commits {
var authorName string
if commit.Author != nil {
- authorName = "Author:" + commit.Author.Name
+ authorName = "Author: " + commit.Author.Name
}
message := strings.ReplaceAll(commit.Message, "\n\n", "\r\n")