Skip to content

Commit

Permalink
fix: 3.4.7 is not available on the chosen mirror
Browse files Browse the repository at this point in the history
Revert to 3.4.6 which is availble on the mirror.
  • Loading branch information
bbangert committed May 24, 2016
1 parent f055dc0 commit 870a0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ensure-zookeeper-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

HERE=`pwd`
ZOO_BASE_DIR="$HERE/zookeeper"
ZOOKEEPER_VERSION=${ZOOKEEPER_VERSION:-3.4.7}
ZOOKEEPER_VERSION=${ZOOKEEPER_VERSION:-3.4.6}
ZOOKEEPER_PATH="$ZOO_BASE_DIR/$ZOOKEEPER_VERSION"
ZOO_MIRROR_URL="http://apache.osuosl.org/"

Expand Down

0 comments on commit 870a0ef

Please sign in to comment.