mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-20 10:22:18 +01: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…
Reference in New Issue
Block a user