Skip to content

Commit

Permalink
fix description for cap restart task
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Apr 1, 2009
1 parent c720c14 commit e2a726a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/delayed_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
run "cd #{current_path}; script/delayed_job -e #{rails_env} start"
end

desc "Restart the Ferret DRb server"
desc "Restart the delayed_job process"
task :restart, :roles => :app do
run "cd #{current_path}; script/delayed_job -e #{rails_env} restart"
end
Expand Down

0 comments on commit e2a726a

Please sign in to comment.