mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 07:15:54 -04:00
Fix accidental renaming of command line property source
This commit is contained in:
parent
f4eeb81390
commit
f8c4ad27b7
@ -64,7 +64,7 @@ public class BitsquareEnvironment extends StandardEnvironment {
|
||||
private final String appDataDir;
|
||||
|
||||
public BitsquareEnvironment(OptionSet options) {
|
||||
this(new JOptCommandLinePropertySource(BITSQUARE_CLASSPATH_PROPERTY_SOURCE_NAME, checkNotNull(options)));
|
||||
this(new JOptCommandLinePropertySource(BITSQUARE_COMMANDLINE_PROPERTY_SOURCE_NAME, checkNotNull(options)));
|
||||
}
|
||||
|
||||
BitsquareEnvironment(PropertySource commandLineProperties) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user