Skip to content

Commit

Permalink
Merge pull request #131 from slovensko-digital/add_new_upvs_dataset
Browse files Browse the repository at this point in the history
Small renaming in upvs.rake
  • Loading branch information
luciajanikova authored Nov 7, 2023
2 parents a35d222 + b97adf1 commit ba1a2e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tasks/upvs.rake
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit ba1a2e8

Please sign in to comment.