Commit 03a06a86 authored by Stan Hu's avatar Stan Hu

Merge branch 'da-fix-rake-geo-db-seed' into 'master'

Fix path for Geo seeds file

Closes #4819 and gitlab-development-kit#320

See merge request gitlab-org/gitlab-ee!4390
parents 06725296 a7633af0
---
title: Fix the geo::db:seeds rake task.
merge_request:
author:
type: fixed
......@@ -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