Skip to content

Commit

Permalink
revert all other changes and fix extension (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkemperman-cfa committed Jan 23, 2024
1 parent 940f4f1 commit 16da815
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ private void transferSubmissionBatch(List<Submission> submissionsBatch) {
String batchSeq = Long.toString(transmissionRepository.nextValueBatchSequence());
String batchIndex = Strings.padStart(batchSeq, BATCH_INDEX_LEN, '0');
UUID uuid = UUID.randomUUID();
String zipFileName = batchIndex + ".zip";
String zipFileName = batchIndex + ".zip.gpg";
log.info(String.format("Beginning transfer of %s: batch %s", uuid, batchIndex));

// Stats on transfers
Expand Down

0 comments on commit 16da815

Please sign in to comment.