Skip to content

Commit

Permalink
Console output
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrice V committed Mar 13, 2020
1 parent 954d90d commit 2e52031
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,11 @@ public static void main(String[] args) {
}

if (cmd.getOptionValue("u") != null) {
logger.info("Downloading archive");
config.downloadArchiveFromNetwork(cmd.getOptionValue("u"), zipInputPath).execute();
}

logger.info("Unzipping archive");
config.unzipInputArchive(zipInputPath, config.cleanOrCreatePath(zipExtractTargetPath).execute()).execute();

List<String> filenameList = config.validateAllRequiredFilePresence().execute();
Expand Down

0 comments on commit 2e52031

Please sign in to comment.