Skip to content

Commit

Permalink
use correct class in import command
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Jul 27, 2019
1 parent 29e4622 commit c66f81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/client.rake
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ namespace :client do

desc 'Import all clients'
task :import => :environment do
Provider.import(index: Client.inactive_index)
Client.import(index: Client.inactive_index)
end

desc 'Index DOIs by client'
Expand Down

0 comments on commit c66f81d

Please sign in to comment.