Fix the binary path reported by get-kube script.

pull/6/head
Rohit Jnagal 2015-04-24 21:31:21 +00:00
parent bfb4b7280d
commit d60c86a3a7
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ function create_cluster {
(
cd kubernetes
./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 "Installation successful!"