fix pic message error

This commit is contained in:
lddsb
2019-01-23 16:40:55 +08:00
parent 932fff282b
commit 6aabadfdc2
+1 -1
View File
@@ -182,7 +182,7 @@ func (p *Plugin) markdownTpl() string {
// with pic
if p.Config.WithPic {
tpl += fmt.Sprintf("![%s](%s]\n\n",
tpl += fmt.Sprintf("![%s](%s)\n\n",
p.Build.Status,
p.getPicUrl())
}