mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-09 07:16:45 +02:00
Update App.java
This commit is contained in:
committed by
GitHub
parent
04f87be5c0
commit
56ad263d11
@@ -117,7 +117,7 @@ public class App {
|
||||
logger.info("Initialized ripme v" + UpdateUtils.getThisJarVersion());
|
||||
|
||||
if (cl.hasOption('H')) {
|
||||
Utils.setConfigString("history.location", cl.getOptionValue('H'))
|
||||
Utils.setConfigString("history.location", cl.getOptionValue('H'));
|
||||
}
|
||||
|
||||
//Allow file overwriting
|
||||
|
Reference in New Issue
Block a user