Fix check for outdated config file
This commit is contained in:
parent
b5f116f08b
commit
ea8cd13f79
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ namespace :gitlab do
|
||||||
end
|
end
|
||||||
|
|
||||||
# omniauth or ldap could have been deleted from the file
|
# omniauth or ldap could have been deleted from the file
|
||||||
unless Gitlab.config.pre_40_config
|
unless Gitlab.config['git_host']
|
||||||
puts "no".green
|
puts "no".green
|
||||||
else
|
else
|
||||||
puts "yes".red
|
puts "yes".red
|
||||||
|
|
Loading…
Reference in a new issue