You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by ru...@apache.org on 2020/12/02 12:57:27 UTC

[incubator-ratis] branch master updated: Remove $QUORUM_OPTS parameter (#200)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4cc6f53  Remove $QUORUM_OPTS parameter (#200)
4cc6f53 is described below

commit 4cc6f5378966762e8a0889662fc01e3d1b8ae9b8
Author: Lei Zhang <zh...@apache.org>
AuthorDate: Wed Dec 2 20:57:20 2020 +0800

    Remove $QUORUM_OPTS parameter (#200)
---
 ratis-examples/src/main/bin/client.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ratis-examples/src/main/bin/client.sh b/ratis-examples/src/main/bin/client.sh
index 35b9e0b..e3cdfcd 100755
--- a/ratis-examples/src/main/bin/client.sh
+++ b/ratis-examples/src/main/bin/client.sh
@@ -32,4 +32,4 @@ shift
 subcommand="$1"
 shift
 
-java ${LOGGER_OPTS} -jar $ARTIFACT "$example" "$subcommand" $QUORUM_OPTS "$@"
+java ${LOGGER_OPTS} -jar $ARTIFACT "$example" "$subcommand" "$@"