diff options
| author | bugagazavr <kirik910@gmail.com> | 2015-01-24 03:10:43 +0300 |
|---|---|---|
| committer | Kirill Zaitsev <kirik910@gmail.com> | 2015-05-08 16:49:03 +0300 |
| commit | acac7889023de96af61d293d855c33996bd780a1 (patch) | |
| tree | 83d3d7ef3e7a12eca12843bccf92b6bd080b648a /app/controllers/admin | |
| parent | 0fc6f0b5d406f530e9ad8a35f0188536f6525cb9 (diff) | |
| download | gitlab-ce-acac7889023de96af61d293d855c33996bd780a1.tar.gz | |
Added X-GitLab-Event header for web hooks
Diffstat (limited to 'app/controllers/admin')
| -rw-r--r-- | app/controllers/admin/hooks_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/admin/hooks_controller.rb b/app/controllers/admin/hooks_controller.rb index 0a463239d74..690096bdbcf 100644 --- a/app/controllers/admin/hooks_controller.rb +++ b/app/controllers/admin/hooks_controller.rb @@ -33,7 +33,7 @@ class Admin::HooksController < Admin::ApplicationController owner_name: "Someone", owner_email: "example@gitlabhq.com" } - @hook.execute(data) + @hook.execute(data, 'system_hooks') redirect_to :back end |
