Don't print a full-stop after the conf filename, it make copy&paste hard

This commit is contained in:
Justin Santa Barbara 2015-03-12 11:01:49 -04:00
parent a3fd0a9fd5
commit c43e8b192f

View File

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