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
```
This commit is contained in:
Kubernetes Submit Queue 2017-05-27 08:30:40 -07:00 committed by GitHub
commit fc618eb4f1

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"