Commit a4d1bc17 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Use namespace in gitolite config

parent 71214bee
...@@ -126,7 +126,7 @@ module Gitlab ...@@ -126,7 +126,7 @@ module Gitlab
end end
def update_project_config(project, conf) def update_project_config(project, conf)
repo_name = project.path repo_name = project.path_with_namespace
repo = if conf.has_repo?(repo_name) repo = if conf.has_repo?(repo_name)
conf.get_repo(repo_name) conf.get_repo(repo_name)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment