Merge pull request #15070 from justinsb/aws_print_region_if_not_matching

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-11-06 10:31:29 -08:00
4 changed files with 4 additions and 4 deletions

View File

@@ -333,7 +333,7 @@ function detect-trusty-image () {
;;
*)
echo "Please specify AWS_IMAGE directly (region not recognized)"
echo "Please specify AWS_IMAGE directly (region ${AWS_REGION} not recognized)"
exit 1
esac
fi