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

Commit

Permalink
Fix rubocop error
Browse files Browse the repository at this point in the history
Introduced in #1542, whoops again!
  • Loading branch information
orenyk committed Apr 12, 2016
1 parent 92acade commit f535152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/schedule.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 * * *'
Expand Down

0 comments on commit f535152

Please sign in to comment.