Skip to content

Commit 2a2b691

Browse files
committed
refactors the description wording of events-rake task for better understanding
1 parent 2b7fd71 commit 2a2b691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tasks/events.rake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace :events do
22
namespace :past_events do
3-
desc "Deletes personal data from all event applications the day after an event took place"
3+
desc "Deletes personal data from all event applications for events that took place during the last week"
44
task :delete_data => :environment do
55
puts "Deletes applications data..."
66
PastEventDateService.delete_application_data_after_event

0 commit comments

Comments
 (0)