Commit a4d1bc1791a942d0bcc1a61bc46ad69afda0038d
1 parent
71214bee
Exists in
master
and in
4 other branches
Use namespace in gitolite config
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/gitlab/backend/gitolite_config.rb
@@ -126,7 +126,7 @@ module Gitlab | @@ -126,7 +126,7 @@ module Gitlab | ||
126 | end | 126 | end |
127 | 127 | ||
128 | def update_project_config(project, conf) | 128 | def update_project_config(project, conf) |
129 | - repo_name = project.path | 129 | + repo_name = project.path_with_namespace |
130 | 130 | ||
131 | repo = if conf.has_repo?(repo_name) | 131 | repo = if conf.has_repo?(repo_name) |
132 | conf.get_repo(repo_name) | 132 | conf.get_repo(repo_name) |