Commit 432df031cff8c3003ae2a3063dd3a078a6902c91

Authored by Dmitriy Zaporozhets
1 parent 71033c9e

include namespace in project path for system hook

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/services/system_hooks_service.rb
... ... @@ -25,7 +25,7 @@ class SystemHooksService
25 25 when Project
26 26 data.merge!({
27 27 name: model.name,
28   - path: model.path,
  28 + path: model.path_with_namespace,
29 29 project_id: model.id,
30 30 owner_name: model.owner.name,
31 31 owner_email: model.owner.email
... ...