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
path: root/db
diff options
context:
space:
mode:
authorRuben Davila <rdavila84@gmail.com>2017-05-04 05:05:38 +0300
committerRuben Davila <rdavila84@gmail.com>2017-05-04 05:08:43 +0300
commitdbd1bdaeed596f14af89d662e73030bb02571cfd (patch)
tree16712553353aa5f4f43997863357da9fd0347ce9 /db
parentb7f01f2b18940eb8dc0fa30e8ebbf1784c864304 (diff)
More updates for translations plus some refactoring.
Diffstat (limited to 'db')
-rw-r--r--db/fixtures/development/17_cycle_analytics.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/fixtures/development/17_cycle_analytics.rb b/db/fixtures/development/17_cycle_analytics.rb
index 0d7eb1a7c93..040505ad52c 100644
--- a/db/fixtures/development/17_cycle_analytics.rb
+++ b/db/fixtures/development/17_cycle_analytics.rb
@@ -227,7 +227,7 @@ Gitlab::Seeder.quiet do
if ENV[flag]
Project.all.each do |project|
- seeder = Gitlab::Seeder::CycleAnalytics.new(project)
+ seeder = Gitlab::Seeder::CycleAnalytics.new(pro)
seeder.seed!
end
elsif ENV['CYCLE_ANALYTICS_PERF_TEST']