Use namespace in gitolite config

This commit is contained in:
Dmitriy Zaporozhets 2012-11-22 22:51:16 +03:00
parent 71214bee75
commit a4d1bc1791

View file

@ -126,7 +126,7 @@ module Gitlab
end
def update_project_config(project, conf)
repo_name = project.path
repo_name = project.path_with_namespace
repo = if conf.has_repo?(repo_name)
conf.get_repo(repo_name)