include namespace in project path for system hook
This commit is contained in:
parent
71033c9efb
commit
432df031cf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue