summaryrefslogtreecommitdiff
path: root/lib/api/system_hooks.rb
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2015-05-08 17:07:37 +0200
committerMarin Jankovski <maxlazio@gmail.com>2015-05-08 17:07:37 +0200
commitd9b6b9201e7d4495c28035bf545ee2b85834bd5e (patch)
treea87d2cc730ad36d1cd26785f0321ed00899d7236 /lib/api/system_hooks.rb
parent1c911b430c86d9f5f0784005191528f0829755d1 (diff)
parentf682a6adb961a54d340762a40596e058608a2e05 (diff)
downloadgitlab-ce-d9b6b9201e7d4495c28035bf545ee2b85834bd5e.tar.gz
Merge branch 'master' of github.com:gitlabhq/gitlabhq
Diffstat (limited to 'lib/api/system_hooks.rb')
-rw-r--r--lib/api/system_hooks.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/system_hooks.rb b/lib/api/system_hooks.rb
index 518964db50d..22b8f90dc5c 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)
+ @hook.execute(data, 'system_hooks')
data
end