We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d798d86 commit 8898868Copy full SHA for 8898868
hack/install-etcd.sh
@@ -27,4 +27,4 @@ source "${KUBE_ROOT}/hack/lib/init.sh"
27
28
FOUND="$(echo "${PATH}" | sed 's/:/\n/g' | grep -q "^${KUBE_ROOT}/third_party/etcd$" || true)"
29
kube::etcd::install
30
-test -n "${FOUND}" || echo " PATH=\"\$PATH:${KUBE_ROOT}/third_party/etcd\""
+test -n "${FOUND}" || echo "export PATH=\"\${PATH}:${KUBE_ROOT}/third_party/etcd\""
0 commit comments