You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2020/02/25 18:13:50 UTC

[activemq-artemis] branch master updated: Typo fix for docker readme

This is an automated email from the ASF dual-hosted git repository.

jbertram pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new 0879af8  Typo fix for docker readme
     new 692e44d  This closes #2989
0879af8 is described below

commit 0879af8d1c1969479336a6f34aa2be63395de593
Author: Paul Vogel <pa...@users.noreply.github.com>
AuthorDate: Fri Feb 21 10:33:01 2020 +0100

    Typo fix for docker readme
---
 artemis-docker/readme.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/artemis-docker/readme.md b/artemis-docker/readme.md
index 3f6d89e..49f3750 100644
--- a/artemis-docker/readme.md
+++ b/artemis-docker/readme.md
@@ -40,7 +40,7 @@ Default here is FALSE. If you set this to true, it will change security settings
 
 - CREATE_ARGUMENTS
 
-Default here is `--user ${ARTEMIS_USER} --password ${ARTEMIS_PASSWORD} --silent --http-host 0.0.0.0 --relax-jolokia"`
+Default here is `--user ${ARTEMIS_USER} --password ${ARTEMIS_PASSWORD} --silent --http-host 0.0.0.0 --relax-jolokia`
 
 
 This will be passed straight to `./artemis create` during the execution.