Skip to content

Commit

Permalink
Don't print a full-stop after the conf filename, it make copy&paste hard
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsb committed Mar 12, 2015
1 parent a3fd0a9 commit c43e8b1
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 c43e8b1

Please sign in to comment.