You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2018/01/29 17:39:33 UTC

[incubator-pulsar] branch master updated: Comment in config breaks docker scripts (#1131)

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

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new b3fe055  Comment in config breaks docker scripts (#1131)
b3fe055 is described below

commit b3fe055942b4bd4b8befc96b347140fdfe276f73
Author: Ivan Kelly <iv...@apache.org>
AuthorDate: Mon Jan 29 18:39:30 2018 +0100

    Comment in config breaks docker scripts (#1131)
    
    docker/scripts/apply-config-from-env.py only accepts # comments, not
    double slash.
---
 conf/broker.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/broker.conf b/conf/broker.conf
index de8ab1a..7f9dd33 100644
--- a/conf/broker.conf
+++ b/conf/broker.conf
@@ -165,7 +165,7 @@ enableNonPersistentTopics=true
 # Enable to run bookie along with broker
 enableRunBookieTogether=false
 
-// Enable to run bookie autorecovery along with broker
+# Enable to run bookie autorecovery along with broker
 enableRunBookieAutoRecoveryTogether=false
 
 ### --- Authentication --- ###

-- 
To stop receiving notification emails like this one, please contact
mmerli@apache.org.