Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20180831164909_import_common_metrics.rb')
-rw-r--r--db/migrate/20180831164909_import_common_metrics.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrate/20180831164909_import_common_metrics.rb b/db/migrate/20180831164909_import_common_metrics.rb
index cb7cfe3c1da..72658c09b8e 100644
--- a/db/migrate/20180831164909_import_common_metrics.rb
+++ b/db/migrate/20180831164909_import_common_metrics.rb
@@ -3,7 +3,7 @@
class ImportCommonMetrics < ActiveRecord::Migration
include Gitlab::Database::MigrationHelpers
- require_relative '../importers/common_metrics_importer.rb'
+ require Rails.root.join('db/importers/common_metrics_importer.rb')
DOWNTIME = false