Fix gitlab:geo:check rake task

parent 79f6765f
......@@ -445,7 +445,7 @@ namespace :gitlab do
namespace :geo do
desc 'GitLab | Check Geo configuration and dependencies'
task check: :environment do
task check: :gitlab_environment do
warn_user_is_not_gitlab
checks = [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment