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-05 01:05:14 +0300
committerRuben Davila <rdavila84@gmail.com>2017-05-05 01:05:14 +0300
commitf7b7a520920204d1a2864af6d911ef9dc8c2df6b (patch)
treed875da860d7bbf300d9bc70ead74fffd0ae2c92e /db
parente1d22a054e5ebac2846da1c2f5fbdf2bc22a7117 (diff)
More updates for translations plus small tweaks.
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 040505ad52c..0d7eb1a7c93 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(pro)
+ seeder = Gitlab::Seeder::CycleAnalytics.new(project)
seeder.seed!
end
elsif ENV['CYCLE_ANALYTICS_PERF_TEST']