mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-11 08:24:10 +02:00
Update App.java
This commit is contained in:
committed by
GitHub
parent
d9af919bf7
commit
d25279d9de
@@ -117,7 +117,7 @@ public class App {
|
|||||||
logger.info("Initialized ripme v" + UpdateUtils.getThisJarVersion());
|
logger.info("Initialized ripme v" + UpdateUtils.getThisJarVersion());
|
||||||
|
|
||||||
if (cl.hasOption('z')) {
|
if (cl.hasOption('z')) {
|
||||||
String historyLocation = cl.getOptionValue('z');
|
String historyLocation = cl.getOption('z');
|
||||||
Utils.setConfigString("history.location", historyLocation);
|
Utils.setConfigString("history.location", historyLocation);
|
||||||
logger.info("Set history file to " + historyLocation);
|
logger.info("Set history file to " + historyLocation);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user