Skip to content

Commit 91b33fa

Browse files
committed
Remove extra sentence
1 parent b61d3e0 commit 91b33fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/infra/notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ bin/terraform-init "infra/<APP_NAME>/service" "<ENVIRONMENT>"
3939
APPLICATION_ID="$(terraform -chdir=infra/<APP_NAME>/service output -raw pinpoint_app_id)"
4040
```
4141

42-
Then run the following command, replacing `<RECIPIENT_EMAIL>` with the email address you want to send to. Note that the sender email will be the email address configured in notifications.tf (defaults to `notifications@<DOMAIN_NAME>`):
42+
Then run the following command, replacing `<RECIPIENT_EMAIL>` with the email address you want to send to:
4343

4444
```bash
4545
aws pinpoint send-messages --application-id "$APPLICATION_ID" --message-request '{

0 commit comments

Comments
 (0)