Skip to content

Commit

Permalink
Merge pull request rubyforgood#1380 from rubyforgood/supervisor_diges…
Browse files Browse the repository at this point in the history
…t_fix

Fix typo
  • Loading branch information
compwron authored Nov 23, 2020
2 parents ea15653 + a15733a commit 969ec99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/send_supervisor_digest.rake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
desc "Send an email to supervisors each week to share an overview of their volunteers' activities"
task send_supervisor_digest: :environment do
Supervisor.each do |supervisor|
Supervisor.find_each do |supervisor|
SupervisorMailer.weekly_digest(supervisor)
end
end

0 comments on commit 969ec99

Please sign in to comment.