Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dorner committed Oct 20, 2024
1 parent ba08753 commit 029565e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clock.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module Clockwork
end
end

every(4.hours, "Backup prod DB to Azure blob storage", :if => lambda { |_| Rails.env.production? }) do
every(4.hours, "Backup prod DB to Azure blob storage", if: lambda { |_| Rails.env.production? }) do
rake = Rake.application
rake.init
rake.load_rakefile
Expand Down

0 comments on commit 029565e

Please sign in to comment.