Commit ea8cd13f79f52e500ddb174f18ae0d6bd83631e7

Authored by Riyad Preukschas
1 parent b5f116f0

Fix check for outdated config file

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/tasks/gitlab/check.rake
... ... @@ -98,7 +98,7 @@ namespace :gitlab do
98 98 end
99 99  
100 100 # omniauth or ldap could have been deleted from the file
101   - unless Gitlab.config.pre_40_config
  101 + unless Gitlab.config['git_host']
102 102 puts "no".green
103 103 else
104 104 puts "yes".red
... ...