1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-21 05:01:30 +02:00

Update App.java

This commit is contained in:
inthebrilliantblue
2019-07-02 13:47:49 -05:00
committed by GitHub
parent d25279d9de
commit 2c05bdd996

View File

@@ -117,7 +117,7 @@ public class App {
logger.info("Initialized ripme v" + UpdateUtils.getThisJarVersion());
if (cl.hasOption('z')) {
String historyLocation = cl.getOption('z');
String historyLocation = cl.getOption('z').trim();
Utils.setConfigString("history.location", historyLocation);
logger.info("Set history file to " + historyLocation);
}