Commit 19f83497 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'sh-fix-geo-migration-path' into 'master'

Fix spec/ee/spec/lib/gitlab/geo/health_check_spec.rb

See merge request gitlab-org/gitlab-ee!4260
parents de5875d9 6a3fdc0f
......@@ -24,7 +24,7 @@ module Gitlab
def self.db_migrate_path
# Lazy initialisation so Rails.root will be defined
@db_migrate_path ||= File.join(Rails.root, 'db', 'geo', 'migrate')
@db_migrate_path ||= File.join(Rails.root, 'ee', 'db', 'geo', 'migrate')
end
def self.get_database_version
......
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