Skip to content

Commit

Permalink
Merge pull request kubernetes#5368 from justinsb/allow_copy_paste_config
Browse files Browse the repository at this point in the history
Don't print a full-stop after the conf filename, it make copy&paste hard
  • Loading branch information
rsokolowski committed Mar 12, 2015
2 parents d8e4efc + c43e8b1 commit 871c5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/aws/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 871c5dd

Please sign in to comment.