mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
fix typo in build.sh
This commit is contained in:
parent
f006dcc9e1
commit
ba5f7b1f46
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user