Skip to content

Commit

Permalink
Update sidekiq.cap
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
raulbrito committed Feb 20, 2015
1 parent 5dff5a3 commit d2ebe72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/capistrano/tasks/sidekiq.cap
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ namespace :sidekiq do
end
end

# TODO : Don't start if all proccess are off, raise warning.
desc 'Respawn missing sidekiq proccesses'
# TODO : Don't start if all processes are off, raise warning.
desc 'Respawn missing sidekiq processes'
task :respawn do
invoke 'sidekiq:cleanup'
on roles fetch(:sidekiq_role) do
Expand Down

0 comments on commit d2ebe72

Please sign in to comment.