Skip to content

Commit 6287c09

Browse files
committed
Change file path name
1 parent 3335603 commit 6287c09

File tree

1 file changed

+2
-2
lines changed
  • zebedee-cms/src/main/java/com/github/onsdigital/zebedee/model/approval

1 file changed

+2
-2
lines changed

zebedee-cms/src/main/java/com/github/onsdigital/zebedee/model/approval/ApproveTask.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -476,9 +476,9 @@ protected String filePathGenerator(String datasetId, Date publishDate, String Da
476476
String finalPath;
477477

478478
if (OtherArray.contains(baseFilename)) {
479-
finalPath = "timeseries-datasets/" + "other" + "/" + formattedDate;
479+
finalPath = "ts-datasets/" + "other" + "/" + formattedDate;
480480
} else {
481-
finalPath = "timeseries-datasets/" + baseFilename + "/" + DatasetVersion;
481+
finalPath = "ts-datasets/" + baseFilename + "/" + DatasetVersion;
482482
}
483483
return finalPath;
484484
}

0 commit comments

Comments
 (0)