Skip to content

Commit

Permalink
remove extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bkiahstroud committed Oct 1, 2024
1 parent e71c8d5 commit 2a8b62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ia_to_s3_migrator
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ iaids.each do |iaid|
if s3_bucket.objects(prefix: "#{iaid}/downloads").any?
logger.warn("== #{iaid} == Files have already been uploaded to S3, skipping")
else
logger.info(" == #{iaid} == Downloading files...")
logger.info("== #{iaid} == Downloading files...")
process_ia_id(iaid, '/store/tmp/fast-tmp')
end
progressbar.increment
Expand Down

0 comments on commit 2a8b62b

Please sign in to comment.