From c43e8b192f48492995f02b3920398cb96df1c87e Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Thu, 12 Mar 2015 11:01:49 -0400 Subject: [PATCH] Don't print a full-stop after the conf filename, it make copy&paste hard --- cluster/aws/util.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/aws/util.sh b/cluster/aws/util.sh index b2b3a951849..bd029dffb7a 100644 --- a/cluster/aws/util.sh +++ b/cluster/aws/util.sh @@ -560,7 +560,7 @@ EOF echo echo -e "${color_yellow} https://${KUBE_MASTER_IP}" echo - echo -e "${color_green}The user name and password to use is located in ${config_dir}/${kube_auth}.${color_norm}" + echo -e "${color_green}The user name and password to use is located in ${config_dir}/${kube_auth}${color_norm}" echo }