From 5c8f2b87a3ecc9decc2c45dab9648ec516f93768 Mon Sep 17 00:00:00 2001 From: "Aaron.L.Xu" Date: Wed, 21 Dec 2016 05:04:45 -0800 Subject: [PATCH] Let's keep this PR strictly to typo fixes. --- hack/lib/etcd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/lib/etcd.sh b/hack/lib/etcd.sh index 5ef4cc8380..03ad07c0f3 100755 --- a/hack/lib/etcd.sh +++ b/hack/lib/etcd.sh @@ -40,7 +40,7 @@ kube::etcd::validate() { export PATH=$KUBE_ROOT/third_party/etcd:$PATH hash etcd echo $PATH - #ls $KUBE_ROOT/third_party/etcd + ls $KUBE_ROOT/third_party/etcd version=$(etcd --version | head -n 1 | cut -d " " -f 3) if [[ "${version}" < "${ETCD_VERSION}" ]]; then kube::log::usage "etcd version ${ETCD_VERSION} or greater required."