Commit a4d1bc1791a942d0bcc1a61bc46ad69afda0038d

Authored by Dmitriy Zaporozhets
1 parent 71214bee

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 126 end
127 127  
128 128 def update_project_config(project, conf)
129   - repo_name = project.path
  129 + repo_name = project.path_with_namespace
130 130  
131 131 repo = if conf.has_repo?(repo_name)
132 132 conf.get_repo(repo_name)
... ...