Merge pull request #13154 from derekwaynecarr/fix_vagrant_warning

Fix typo that caused an error at end of vagrant up
This commit is contained in:
Yu-Ju Hong 2015-08-25 15:33:14 -07:00
commit 6071942f98

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
) )
} }