Browse Source

Add newline at end of file to satisfy shfmt's "extra line" error

pull/4687/head
Steven Zhu 1 year ago
parent
commit
8d136c6a25
No known key found for this signature in database GPG Key ID: 78CA474CD1E7C807
  1. 1
      notify/aws_ses.sh

1
notify/aws_ses.sh

@ -25,7 +25,6 @@ aws_ses_send() {
AWS_SES_SECRET_ACCESS_KEY="${AWS_SES_SECRET_ACCESS_KEY:-$(_readaccountconf_mutable AWS_SES_SECRET_ACCESS_KEY)}"
AWS_SES_REGION="${AWS_SES_REGION:-$(_readaccountconf_mutable AWS_SES_REGION)}"
if [ -z "$AWS_SES_ACCESS_KEY_ID" ] || [ -z "$AWS_SES_SECRET_ACCESS_KEY" ]; then
_use_container_role || _use_instance_role
fi

Loading…
Cancel
Save