diff --git a/lib/tasks/upvs.rake b/lib/tasks/upvs.rake index fa341d7..73751f1 100644 --- a/lib/tasks/upvs.rake +++ b/lib/tasks/upvs.rake @@ -1,11 +1,11 @@ namespace :upvs do desc 'Sync all public authority eDesks' - task 'all_public_authority_edesks:sync' => :environment do + task 'public_authority_edesks:sync' => :environment do Upvs::FindPublicAuthorityEdeskListJob.perform_later end desc 'Sync public authority eDesks' - task 'public_authority_edesks:sync' => :environment do + task 'public_authority_active_edesks:sync' => :environment do Upvs::FindPublicAuthorityActiveEdeskListJob.perform_later end