aboutsummaryrefslogtreecommitdiff
path: root/models/webhook.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-03-20 01:58:28 -0400
committerUnknwon <u@gogs.io>2015-03-20 01:58:28 -0400
commit62e436e6b7a41bac2e17a26f08649c144cef5b57 (patch)
tree379be1b74989d5be2aacc68753b0d3d12597d400 /models/webhook.go
parent4b9fb43a708d0aaaf710a060f7b2dd0b7ad959d0 (diff)
parente312634286e68d8fac4d20adb729661f8a444b2a (diff)
Merge branch 'develop' of github.com:gogits/gogs into release/0.6.1
Diffstat (limited to 'models/webhook.go')
-rw-r--r--models/webhook.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/webhook.go b/models/webhook.go
index 96af0b69..bfa52b99 100644
--- a/models/webhook.go
+++ b/models/webhook.go
@@ -205,7 +205,7 @@ func IsValidHookTaskType(name string) bool {
type HookEventType string
const (
- PUSH HookEventType = "push"
+ HOOK_EVENT_PUSH HookEventType = "push"
)
// FIXME: just use go-gogs-client structs maybe?