Skip to content

Commit

Permalink
Only updating procline when changes are present
Browse files Browse the repository at this point in the history
  • Loading branch information
bvandenbos committed Nov 15, 2010
1 parent 7616882 commit a506b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resque/scheduler.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ def update_schedule
unschedule_job(schedule_name) unschedule_job(schedule_name)
end end
end end
procline "Schedules Loaded"
end end
procline "Schedules Loaded"
end end


def unschedule_job(name) def unschedule_job(name)
Expand Down

0 comments on commit a506b5a

Please sign in to comment.