From f535152cf69e10747bd2741a7a34cc1f3abcd3d3 Mon Sep 17 00:00:00 2001 From: Oren Kanner Date: Mon, 11 Apr 2016 20:53:39 -0400 Subject: [PATCH] Fix rubocop error Introduced in #1542, whoops again! --- config/schedule.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/schedule.rb b/config/schedule.rb index 808150bc4..476c671a1 100644 --- a/config/schedule.rb +++ b/config/schedule.rb @@ -24,7 +24,7 @@ # Learn more: http://github.com/javan/whenever # stagger jobs by offsetting with current time -time = Time.new +time = Time.new # rubocop:disable TimeZone # define cron strings nightly_cron_str = time.min.to_s + ' 5 * * *'