Fix copy-and-paste error in log message

This commit is contained in:
Justin Santa Barbara 2015-03-16 14:30:24 -07:00
parent 9361b76977
commit 8b535ff17a

View File

@ -308,7 +308,7 @@ function ensure-iam-profiles {
create-iam-profile ${IAM_PROFILE_MASTER}
}
aws iam get-instance-profile --instance-profile-name ${IAM_PROFILE_MINION} || {
echo "Creating master IAM profile: ${IAM_PROFILE_MINION}"
echo "Creating minion IAM profile: ${IAM_PROFILE_MINION}"
create-iam-profile ${IAM_PROFILE_MINION}
}
}