fix typo in build.sh

This commit is contained in:
carlory 2017-05-26 17:47:06 +08:00
parent f006dcc9e1
commit ba5f7b1f46

View File

@ -69,7 +69,7 @@ function unpack-releases() {
cp ${RELEASES_DIR}/flanneld ${BINARY_DIR}/node/bin
fi
# ectd
# etcd
if [[ -f ${RELEASES_DIR}/etcd.tar.gz ]] ; then
tar xzf ${RELEASES_DIR}/etcd.tar.gz -C ${RELEASES_DIR}
ETCD="etcd-v${ETCD_VERSION}-linux-amd64"