From 55a57a0bcef66a10682483ae19314daddd2e25b7 Mon Sep 17 00:00:00 2001 From: derekwaynecarr Date: Tue, 25 Aug 2015 15:06:31 -0400 Subject: [PATCH] Fix typo that caused an error at end of vagrant up --- cluster/vagrant/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/vagrant/util.sh b/cluster/vagrant/util.sh index 15bd0e1a3ea..ab63c902eee 100644 --- a/cluster/vagrant/util.sh +++ b/cluster/vagrant/util.sh @@ -260,7 +260,7 @@ function verify-cluster { echo echo " https://${MASTER_IP}" 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 ) }