Commit 78af4683b13a5c909cdb910497354f674c5ab54a
Exists in
master
and in
4 other branches
Merge pull request #1075 from VonC/master
Look for 'gitolite_admin_uri' in the right section of 'gitlab.yml'.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/initializers/1_settings.rb
@@ -95,7 +95,7 @@ class Settings < Settingslogic | @@ -95,7 +95,7 @@ class Settings < Settingslogic | ||
95 | end | 95 | end |
96 | 96 | ||
97 | def gitolite_admin_uri | 97 | def gitolite_admin_uri |
98 | - git['admin_uri'] || 'git@localhost:gitolite-admin' | 98 | + git_host['admin_uri'] || 'git@localhost:gitolite-admin' |
99 | end | 99 | end |
100 | 100 | ||
101 | def default_projects_limit | 101 | def default_projects_limit |