File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -112,9 +112,9 @@ kube::etcd::install() {
112
112
113
113
cd " ${KUBE_ROOT} /third_party" || return 1
114
114
if [[ $( readlink etcd) == etcd-v${ETCD_VERSION} -${os} -* ]]; then
115
- kube::log::info " etcd v${ETCD_VERSION} already installed at path :"
116
- kube::log::info " $( pwd) /$( readlink etcd) "
117
- return # already installed
115
+ kube::log::info " etcd v${ETCD_VERSION} already installed. To use :"
116
+ kube::log::info " export PATH= \" $( pwd) /etcd: \$ {PATH} \" "
117
+ return # already installed
118
118
fi
119
119
120
120
if [[ ${os} == " darwin" ]]; then
@@ -133,6 +133,6 @@ kube::etcd::install() {
133
133
rm " ${download_file} "
134
134
fi
135
135
kube::log::info " etcd v${ETCD_VERSION} installed. To use:"
136
- kube::log::info " export PATH=$( pwd) /etcd:\$ {PATH}"
136
+ kube::log::info " export PATH=\" $( pwd) /etcd:\$ {PATH}\" "
137
137
)
138
138
}
You can’t perform that action at this time.
0 commit comments