Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/432'
Browse files Browse the repository at this point in the history
Conflicts:
	lib/delayed/recipes.rb
  • Loading branch information
albus522 committed Sep 24, 2014
2 parents 3b7cabc + 7ddd385 commit a9a7950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/delayed/recipes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def delayed_job_command

desc 'Stop the delayed_job process'
task :stop, :roles => lambda { roles } do
run "cd #{current_path};#{rails_env} #{delayed_job_command} stop"
run "cd #{current_path};#{rails_env} #{delayed_job_command} stop #{args}"
end

desc 'Start the delayed_job process'
Expand Down

0 comments on commit a9a7950

Please sign in to comment.