Skip to content

Commit

Permalink
Replaced ':' to '=>' for support old ruby lang
Browse files Browse the repository at this point in the history
(cherry picked from commit d1fa4c0)
  • Loading branch information
moskvin committed Nov 13, 2023
1 parent 4ceb690 commit 96a8fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/whenever.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def self.bundler?
end

def self.update_cron options
o = { update: true, console: false}
o = { 'update' => true, 'console' => false}
o.merge! options if options
Whenever::CommandLine.execute o
end
Expand Down

0 comments on commit 96a8fad

Please sign in to comment.