You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2015/05/05 16:59:10 UTC

[2/3] activemq-artemis git commit: fixed create CLI typo

fixed create CLI typo


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/5e4c3e3b
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/5e4c3e3b
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/5e4c3e3b

Branch: refs/heads/master
Commit: 5e4c3e3baedc797d17ec566eb971aff49f693752
Parents: 391db0b
Author: Andy Taylor <an...@gmail.com>
Authored: Tue May 5 10:36:08 2015 +0100
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue May 5 10:58:24 2015 -0400

----------------------------------------------------------------------
 .../main/java/org/apache/activemq/artemis/cli/commands/Create.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/5e4c3e3b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java
----------------------------------------------------------------------
diff --git a/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java
index ad379c1..653776b 100644
--- a/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java
+++ b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java
@@ -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)