From be9cfad15b6a354ff44865bc904c000f1d648b3a Mon Sep 17 00:00:00 2001 From: Luke Baker Date: Mon, 19 Mar 2012 10:29:50 -0400 Subject: [PATCH] fix batch_size typo --- lib/tasks/timezone.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/timezone.rake b/lib/tasks/timezone.rake index 2e5b8e4..750f3bd 100644 --- a/lib/tasks/timezone.rake +++ b/lib/tasks/timezone.rake @@ -141,7 +141,7 @@ namespace :timezone do end i+= 1 - break if rows.length < batchsize + break if rows.length < batch_size end print "\n" end -- libgit2 0.21.2