Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Nov 7, 2024
1 parent add56cf commit 867a124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/dspace_exporter.rake
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ namespace :dspace do
end

unless ENV["PRIMARY_FILES_ONLY"] == "true"
thesis.documents.supplemental.not_deleted.each do |document|
thesis.documents.supplemental.not_deleted.where(usage: :thesis).each do |document|
log " #{document.file.path}"
files.push document.file.path
end
Expand Down

0 comments on commit 867a124

Please sign in to comment.