Skip to content

Commit

Permalink
Put things in the right place, refs #15927
Browse files Browse the repository at this point in the history
  • Loading branch information
akslay committed Aug 28, 2024
1 parent 0315fc6 commit 6922497
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/tasks/ual_docs.rake
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ namespace :ual_docs do
# Replace Sequoia links with CyVerse/Campus Repo/UAir/S3 links
if (dct_references_s['http://schema.org/downloadUrl'].include? row['sequoia']) && (!row['public_link'].empty?)
dct_references_s['http://schema.org/downloadUrl'] = row['public_link']

# Add filesize
record_out['gbl_fileSize_s'] = row['gbl_fileSize_s']
end

# Add filesize
record_out['gbl_fileSize_s'] = row['gbl_fileSize_s']
end

# Rewrite the field's value back to JSON
Expand Down

0 comments on commit 6922497

Please sign in to comment.