Skip to content

Commit 3ec0f77

Browse files
committed
typo
1 parent 36fe52a commit 3ec0f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tasks/backfill.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace :backfill do
2323
end
2424
end
2525

26-
task :most_used_attribute_word_counts: :environment do
26+
task most_used_attribute_word_counts: :environment do
2727
word_counts = {}
2828
Attribute.where(word_count_cache: nil).group(:value).order('count_id DESC').limit(500).count(:id).each do |value, count|
2929
word_count = WordCountAnalyzer::Counter.new(

0 commit comments

Comments
 (0)