diff --git a/lib/tasks/gitlab/check.rake b/lib/tasks/gitlab/check.rake index 494d756..3d09144 100644 --- a/lib/tasks/gitlab/check.rake +++ b/lib/tasks/gitlab/check.rake @@ -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 -- libgit2 0.21.2