Skip to content

Commit 870a0ef

Browse files
committed
fix: 3.4.7 is not available on the chosen mirror
Revert to 3.4.6 which is availble on the mirror.
1 parent f055dc0 commit 870a0ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ensure-zookeeper-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44

55
HERE=`pwd`
66
ZOO_BASE_DIR="$HERE/zookeeper"
7-
ZOOKEEPER_VERSION=${ZOOKEEPER_VERSION:-3.4.7}
7+
ZOOKEEPER_VERSION=${ZOOKEEPER_VERSION:-3.4.6}
88
ZOOKEEPER_PATH="$ZOO_BASE_DIR/$ZOOKEEPER_VERSION"
99
ZOO_MIRROR_URL="http://apache.osuosl.org/"
1010

0 commit comments

Comments
 (0)