mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-15 02:14:10 +02:00
Update App.java
This commit is contained in:
committed by
GitHub
parent
deb2b94d46
commit
926b9e9898
@@ -120,7 +120,6 @@ public class App {
|
|||||||
String historyLocation = cl.getOptionValue('z').trim();
|
String historyLocation = cl.getOptionValue('z').trim();
|
||||||
Utils.setConfigString("history.location", historyLocation);
|
Utils.setConfigString("history.location", historyLocation);
|
||||||
logger.info("Set history file to " + historyLocation);
|
logger.info("Set history file to " + historyLocation);
|
||||||
logger.info(args['z']);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//Allow file overwriting
|
//Allow file overwriting
|
||||||
|
Reference in New Issue
Block a user