Commit be9cfad15b6a354ff44865bc904c000f1d648b3a

Authored by Luke Baker
1 parent 344dc732

fix batch_size typo

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/tasks/timezone.rake
@@ -141,7 +141,7 @@ namespace :timezone do @@ -141,7 +141,7 @@ namespace :timezone do
141 end 141 end
142 142
143 i+= 1 143 i+= 1
144 - break if rows.length < batchsize 144 + break if rows.length < batch_size
145 end 145 end
146 print "\n" 146 print "\n"
147 end 147 end