Skip to content

Commit 55a3709

Browse files
authored
Merge pull request #4700 from szhu25/patch-1
Fix SES region variable
2 parents 80ad62f + dd95887 commit 55a3709

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

notify/aws_ses.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ aws_ses_send() {
4343
_err "Please specify your region and try again. see https://docs.aws.amazon.com/general/latest/gr/ses.html"
4444
return 1
4545
fi
46+
_saveaccountconf_mutable AWS_SES_REGION "$AWS_SES_REGION"
4647

4748
#save for future use, unless using a role which will be fetched as needed
4849
if [ -z "$_using_role" ]; then

0 commit comments

Comments
 (0)