Fix path for Geo seeds file

parent 0b6dead2
......@@ -185,7 +185,7 @@ module Gitlab
class SeedLoader
def load_seed
load('db/geo/seeds.rb')
load(File.join(GEO_DB_DIR, 'seeds.rb'))
end
end
end
......
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