Merge pull request #5368 from justinsb/allow_copy_paste_config

Don't print a full-stop after the conf filename, it make copy&paste hard
This commit is contained in:
Rafał Sokołowski 2015-03-12 16:24:51 +01:00
commit 871c5ddd65

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
}