Skip to content

Commit

Permalink
adjust query
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Jun 16, 2020
1 parent e0cc1a0 commit eab5b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/doi.rake
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ namespace :doi do
options = {
from_id: (ENV["FROM_ID"] || Doi.minimum(:id)).to_i,
until_id: (ENV["UNTIL_ID"] || Doi.maximum(:id)).to_i,
query: "agency:DataCite OR agency:Crossref OR -agency:*",
query: "agency:DataCite OR agency:Crossref",
label: "[SetRegistrationAgency]",
job_name: "UpdateDoiJob",
}
Expand Down

0 comments on commit eab5b30

Please sign in to comment.