include namespace in project path for system hook

This commit is contained in:
Dmitriy Zaporozhets 2013-05-22 13:39:00 +03:00
parent 71033c9efb
commit 432df031cf

View file

@ -25,7 +25,7 @@ class SystemHooksService
when Project
data.merge!({
name: model.name,
path: model.path,
path: model.path_with_namespace,
project_id: model.id,
owner_name: model.owner.name,
owner_email: model.owner.email