diff options
author | Valery Sizov <vsv2711@gmail.com> | 2015-04-27 16:29:31 +0300 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2015-04-27 16:29:31 +0300 |
commit | bc9ba5237cafd4b24405596f0c9e8af099635c29 (patch) | |
tree | 82ded5d3c0cbc39a9bfd0430684757d7309c9a88 /lib/api/system_hooks.rb | |
parent | bb8c1cadf39415d2f916d135e8bbfdce49842f2f (diff) | |
download | gitlab-ce-bc9ba5237cafd4b24405596f0c9e8af099635c29.tar.gz |
Revert "Added X-GitLab-Event header for web hooks"
This reverts commit 548f182814acd0f7a110e6c165c186e345901b00.
Diffstat (limited to 'lib/api/system_hooks.rb')
-rw-r--r-- | lib/api/system_hooks.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/system_hooks.rb b/lib/api/system_hooks.rb index 22b8f90dc5c..518964db50d 100644 --- a/lib/api/system_hooks.rb +++ b/lib/api/system_hooks.rb @@ -47,7 +47,7 @@ module API owner_name: "Someone", owner_email: "example@gitlabhq.com" } - @hook.execute(data, 'system_hooks') + @hook.execute(data) data end |