Skip to content

Commit

Permalink
Fix Name of DCCG in Version.txt File of publication archive (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
f11h authored Aug 9, 2022
1 parent a8ab97f commit 8a94ee8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ private String getAuthHeader() {

private byte[] getVersionFileContent() {
String fileContent =
"DGCG Data Export"
"DCCG Data Export"
+ LINE_SEPERATOR + LINE_SEPERATOR
+ "Export Timestamp: "
+ ZonedDateTime.now().format(DateTimeFormatter.ISO_OFFSET_DATE_TIME)
Expand Down

0 comments on commit 8a94ee8

Please sign in to comment.