Commit fc618eb4 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #46496 from carlory/fix

Automatic merge from submit-queue fix typo in build.sh **What this PR does / why we need it**: fix typo in build.sh **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # NONE **Special notes for your reviewer**: NONE **Release note**: ```release-note NONE ```
parents b58c7ec4 ba5f7b1f
...@@ -69,7 +69,7 @@ function unpack-releases() { ...@@ -69,7 +69,7 @@ function unpack-releases() {
cp ${RELEASES_DIR}/flanneld ${BINARY_DIR}/node/bin cp ${RELEASES_DIR}/flanneld ${BINARY_DIR}/node/bin
fi fi
# ectd # etcd
if [[ -f ${RELEASES_DIR}/etcd.tar.gz ]] ; then if [[ -f ${RELEASES_DIR}/etcd.tar.gz ]] ; then
tar xzf ${RELEASES_DIR}/etcd.tar.gz -C ${RELEASES_DIR} tar xzf ${RELEASES_DIR}/etcd.tar.gz -C ${RELEASES_DIR}
ETCD="etcd-v${ETCD_VERSION}-linux-amd64" ETCD="etcd-v${ETCD_VERSION}-linux-amd64"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment