lib/pushapp/tasks/whenever_update.rb in pushapp-0.1.8 vs lib/pushapp/tasks/whenever_update.rb in pushapp-0.1.9
- old
+ new
@@ -3,10 +3,10 @@
module Pushapp
module Tasks
class WheneverUpdate < Base
def run
- system "#{sudo} bundle exec whenever --update-crontab #{whenever_app} --set #{variables}"
+ system "bundle exec whenever --update-crontab #{whenever_app} --set #{variables}"
end
private
def whenever_app
\ No newline at end of file