Skip to content
This repository was archived by the owner on Jul 24, 2020. It is now read-only.

Commit f535152

Browse files
committed
Fix rubocop error
Introduced in #1542, whoops again!
1 parent 92acade commit f535152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/schedule.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Learn more: http://github.com/javan/whenever
2525

2626
# stagger jobs by offsetting with current time
27-
time = Time.new
27+
time = Time.new # rubocop:disable TimeZone
2828

2929
# define cron strings
3030
nightly_cron_str = time.min.to_s + ' 5 * * *'

0 commit comments

Comments
 (0)