Skip to content

Commit 8898868

Browse files
committed
install-ectd.sh: brace PATH and suggest user export
1 parent d798d86 commit 8898868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/install-etcd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ source "${KUBE_ROOT}/hack/lib/init.sh"
2727

2828
FOUND="$(echo "${PATH}" | sed 's/:/\n/g' | grep -q "^${KUBE_ROOT}/third_party/etcd$" || true)"
2929
kube::etcd::install
30-
test -n "${FOUND}" || echo " PATH=\"\$PATH:${KUBE_ROOT}/third_party/etcd\""
30+
test -n "${FOUND}" || echo "export PATH=\"\${PATH}:${KUBE_ROOT}/third_party/etcd\""

0 commit comments

Comments
 (0)