Skip to content

Commit

Permalink
Updated rake task to send daily updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Qian committed Nov 5, 2016
1 parent 2c1051f commit 3e1d875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tasks/ac.rake
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ namespace :ac do
toolkit = MainToolkit.new
toolkit.download_latest_xml()
toolkit.create_diff()
User.send_daily()
end

task weekly_diff: :environment do
Expand Down

0 comments on commit 3e1d875

Please sign in to comment.