Commit 38c2cfb9adfb57cc23d6a9664f92a5e127a2371f
Exists in
master
and in
4 other branches
Merge pull request #1417 from jouve/fix_typos
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" | ... | ... |