mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-26 07:14:38 +02:00
Update App.java
This commit is contained in:
committed by
GitHub
parent
1d3815d274
commit
67be6aab8f
@@ -117,8 +117,8 @@ public class App {
|
|||||||
logger.info("Initialized ripme v" + UpdateUtils.getThisJarVersion());
|
logger.info("Initialized ripme v" + UpdateUtils.getThisJarVersion());
|
||||||
|
|
||||||
//Set history file
|
//Set history file
|
||||||
if (cl.hasOption("z")) {
|
if (cl.hasOption('z')) {
|
||||||
String historyLocation = cl.getOptionValue("z").trim();
|
String historyLocation = cl.getOptionValue('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