Use namespace in gitolite config
This commit is contained in:
parent
71214bee75
commit
a4d1bc1791
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue