Use rails 3 style runner
This commit is contained in:
parent
50fc55dbef
commit
8fdd66adc0
@ -4,7 +4,7 @@ module Whenever
|
|||||||
|
|
||||||
def output
|
def output
|
||||||
path_required
|
path_required
|
||||||
%Q(cd #{File.join(@path)} && script/runner -e #{@environment} #{task.inspect})
|
%Q(cd #{File.join(@path)} && bundle exec rails runner -e #{@environment} #{task.inspect})
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user