mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-26 23:34:53 +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());
|
||||
|
||||
//Set history file
|
||||
if (cl.hasOption("z")) {
|
||||
String historyLocation = cl.getOptionValue("z").trim();
|
||||
if (cl.hasOption('z')) {
|
||||
String historyLocation = cl.getOptionValue('z');
|
||||
Utils.setConfigString("history.location", historyLocation);
|
||||
logger.info("Set history file to " + historyLocation);
|
||||
}
|
||||
|
Reference in New Issue
Block a user