fix work with cluster setting

This commit is contained in:
kimchy 2010-06-23 08:00:29 +03:00
parent 3b4584040b
commit cccce2b114
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public class InternalSettingsPerparer {
settingsBuilder = settingsBuilder().put(pSettings);
settingsBuilder.put("path.home", cleanPath(environment.homeFile().getAbsolutePath()));
settingsBuilder.put("path.work", cleanPath(environment.workFile().getAbsolutePath()));
settingsBuilder.put("path.workWithCluster", cleanPath(environment.workWithClusterFile().getAbsolutePath()));
settingsBuilder.put("path.work_with_cluster", cleanPath(environment.workWithClusterFile().getAbsolutePath()));
settingsBuilder.put("path.logs", cleanPath(environment.logsFile().getAbsolutePath()));
if (loadConfigSettings) {