Commit 871c5ddd authored by Rafał Sokołowski's avatar Rafał Sokołowski

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
parents d8e4efc4 c43e8b19
...@@ -560,7 +560,7 @@ EOF ...@@ -560,7 +560,7 @@ EOF
echo echo
echo -e "${color_yellow} https://${KUBE_MASTER_IP}" echo -e "${color_yellow} https://${KUBE_MASTER_IP}"
echo 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 echo
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment