From 8d74baddba51d767713ce7d70704711ce9694c46 Mon Sep 17 00:00:00 2001 From: Chris Sexton Date: Sat, 2 Nov 2019 18:18:15 -0400 Subject: [PATCH] git: fix gitea formatting --- plugins/git/git.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/git/git.go b/plugins/git/git.go index 8f782a8..82a6e2e 100644 --- a/plugins/git/git.go +++ b/plugins/git/git.go @@ -101,7 +101,7 @@ func (p *GitPlugin) giteaEvent(w http.ResponseWriter, r *http.Request) { msg := "" for _, c := range evt.Commits { m := strings.Split(c.Message, "\n")[0] - msg += fmt.Sprintf("%s pushed to %s (<%s|%s>) %s", + msg += fmt.Sprintf("%s pushed to %s (<%s|%s>) %s\n", c.Author.Name, repo, c.URL,