Commit d60c86a3 authored by Rohit Jnagal's avatar Rohit Jnagal

Fix the binary path reported by get-kube script.

parent bfb4b728
...@@ -48,7 +48,7 @@ function create_cluster { ...@@ -48,7 +48,7 @@ function create_cluster {
( (
cd kubernetes cd kubernetes
./cluster/kube-up.sh ./cluster/kube-up.sh
echo "Kubernetes binaries at ${PWD}/kubernetes/cluster/" echo "Kubernetes binaries at ${PWD}/cluster/"
echo "You may want to add this directory to your PATH in \$HOME/.profile" echo "You may want to add this directory to your PATH in \$HOME/.profile"
echo "Installation successful!" echo "Installation successful!"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment