mirror of https://github.com/velour/catbase.git
git: fix icon
This commit is contained in:
parent
97ca444df9
commit
7f5f62d04a
|
@ -11,7 +11,7 @@ import (
|
|||
)
|
||||
|
||||
func (p *GitPlugin) giteaEvent(w http.ResponseWriter, r *http.Request) {
|
||||
icon := p.c.Get("gitlab.icon", ":tea:")
|
||||
icon := p.c.Get("gitea.icon", ":tea:")
|
||||
evt := GiteaPush{}
|
||||
dec := json.NewDecoder(r.Body)
|
||||
err := dec.Decode(&evt)
|
||||
|
|
Loading…
Reference in New Issue