changed the name from communities_infrastructures to communities_infrastuctures.json

This commit is contained in:
Miriam Baglioni 2020-10-05 11:24:17 +02:00
parent 25cbcf6114
commit 32bffb0134
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ public class MakeTar implements Serializable {
String p_string = p.toString();
if (!p_string.endsWith("_SUCCESS")) {
String name = p_string.substring(p_string.lastIndexOf("/") + 1);
if (name.trim().equalsIgnoreCase("context")) {
if (name.trim().equalsIgnoreCase("communities_infrastructures")) {
name = "communities_infrastructures.json";
}
TarArchiveEntry entry = new TarArchiveEntry(dir_name + "/" + name);