fix typo
This commit is contained in:
parent
a839cb427c
commit
e7f483f9f4
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ module Gitlab
|
|||
# Enable access to all repos for gitolite admin.
|
||||
# We use it for accept merge request feature
|
||||
def admin_all_repo
|
||||
owner_name = Gitlab.settings.gitolite_admin_key
|
||||
owner_name = Gitlab.config.gitolite_admin_key
|
||||
|
||||
# @ALL repos premission for gitolite owner
|
||||
repo_name = "@all"
|
||||
|
|
Loading…
Reference in a new issue