Fix typo that caused an error at end of vagrant up

This commit is contained in:
derekwaynecarr 2015-08-25 15:06:31 -04:00
parent 5dfc904c18
commit 55a57a0bce

View File

@ -260,7 +260,7 @@ function verify-cluster {
echo echo
echo " https://${MASTER_IP}" echo " https://${MASTER_IP}"
echo echo
echo "The user name and password to use is located in ${KUBECONIG}" echo "The user name and password to use is located in ${KUBECONFIG}"
echo echo
) )
} }