Fix for DS-3585

This commit is contained in:
cjuergen
2017-04-26 17:39:59 +02:00
parent afe11d7ee2
commit cd7231a9f4

View File

@@ -189,7 +189,7 @@ public class ItemImportCLITool {
String zipfilename = "";
if (line.hasOption('z')) {
zip = true;
zipfilename = sourcedir + System.getProperty("file.separator") + line.getOptionValue('z');
zipfilename = line.getOptionValue('z');
}
//By default assume collections will be given on the command line