Fix check for outdated config file

This commit is contained in:
Riyad Preukschas 2013-01-07 19:47:53 +01:00
parent b5f116f08b
commit ea8cd13f79

View file

@ -98,7 +98,7 @@ namespace :gitlab do
end
# omniauth or ldap could have been deleted from the file
unless Gitlab.config.pre_40_config
unless Gitlab.config['git_host']
puts "no".green
else
puts "yes".red