summaryrefslogtreecommitdiff
path: root/lib/api/system_hooks.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-27 11:38:29 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-04-27 11:38:29 +0300
commit2cbdfbfd1edd251fdeab0e238552175644fe18d1 (patch)
treefa98080e8ac6aac1acaa94bc62275d52a7cca1a9 /lib/api/system_hooks.rb
parent817d93e8607c77e5f6a521f708addb3997d412f8 (diff)
parent38e2ae5ae0a8e0ca5baefbd0ffc41cc11eba2db1 (diff)
downloadgitlab-ce-2cbdfbfd1edd251fdeab0e238552175644fe18d1.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