fixed create CLI typo

This commit is contained in:
Andy Taylor 2015-05-05 10:36:08 +01:00 committed by Clebert Suconic
parent 391db0b015
commit 5e4c3e3bae
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ public class Create implements Action
clustered = true;
sharedStoreSettings = readTextFile("etc/shared-store-settings.txt");
}
filters.put("${hared-store.settings}", sharedStoreSettings);
filters.put("${shared-store.settings}", sharedStoreSettings);
String clusterSettings = "";
if (clustered)