dump #50

Merged
claudio.atzori merged 98 commits from miriam.baglioni/dnet-hadoop:dump into master 2020-11-04 18:07:01 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c010a8442f - Show all commits

View File

@ -54,7 +54,7 @@ public class MakeTarTest {
String inputPath = workingDir + "/zenodo/";
MakeTar.makeTArArchive(fs, inputPath, "/tmp/out");
MakeTar.makeTArArchive(fs, inputPath, "/tmp/out", 0);
}
}