Commit e7f483f9f4dffbd675b7fc41b5c2cfd8c7309e0d

Authored by Cyril
1 parent a839cb42

fix typo

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/gitlab/backend/gitolite_config.rb
... ... @@ -148,7 +148,7 @@ module Gitlab
148 148 # Enable access to all repos for gitolite admin.
149 149 # We use it for accept merge request feature
150 150 def admin_all_repo
151   - owner_name = Gitlab.settings.gitolite_admin_key
  151 + owner_name = Gitlab.config.gitolite_admin_key
152 152  
153 153 # @ALL repos premission for gitolite owner
154 154 repo_name = "@all"
... ...