Skip to content

Commit ea8cd13

Browse files
committed
Fix check for outdated config file
1 parent b5f116f commit ea8cd13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tasks/gitlab/check.rake

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ namespace :gitlab do
9898
end
9999

100100
# omniauth or ldap could have been deleted from the file
101-
unless Gitlab.config.pre_40_config
101+
unless Gitlab.config['git_host']
102102
puts "no".green
103103
else
104104
puts "yes".red

0 commit comments

Comments
 (0)