Skip to content

Commit

Permalink
fix spelling in pipeline review action comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchops1024 committed Jan 7, 2025
1 parent c11ceba commit ace4e2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ export class AcceleratorPipeline extends Construct {
runOrder: 2,
additionalInformation: `
Changes for this execution can be found in accelerator pipeline S3 bucket under Diffs/#{codepipeline.PipelineExecutionId}.
Use cli command for download: "aws s3 sync ${this.diffS3Uri}/#{codepipeline.PipelineExecutionId} diffs" or follow the link bellow.`,
Use cli command for download: "aws s3 sync ${this.diffS3Uri}/#{codepipeline.PipelineExecutionId} diffs" or follow the link below.`,
notificationTopic,
externalEntityLink: reviewLink,
notifyEmails,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ exports[`PipelineStack Construct(PipelineStack): Snapshot Test 1`] = `
"Configuration": {
"CustomData": "
Changes for this execution can be found in accelerator pipeline S3 bucket under Diffs/#{codepipeline.PipelineExecutionId}.
Use cli command for download: "aws s3 sync s3://aws-accelerator-pipeline-000000000000-us-east-1/AWSAccelerator-Pipel/Diffs/#{codepipeline.PipelineExecutionId} diffs" or follow the link bellow.",
Use cli command for download: "aws s3 sync s3://aws-accelerator-pipeline-000000000000-us-east-1/AWSAccelerator-Pipel/Diffs/#{codepipeline.PipelineExecutionId} diffs" or follow the link below.",
"ExternalEntityLink": "https://us-east-1.console.aws.amazon.com/s3/buckets/aws-accelerator-pipeline-000000000000-us-east-1?prefix=AWSAccelerator-Pipel/Diffs/#{codepipeline.PipelineExecutionId}/&region=us-east-1&bucketType=general",
"NotificationArn": {
"Ref": "PipelineManualApprovalActionTopicB55612D2",
Expand Down Expand Up @@ -4170,7 +4170,7 @@ exports[`PipelineStack Construct(PipelineStack): Snapshot Test 2`] = `
"Configuration": {
"CustomData": "
Changes for this execution can be found in accelerator pipeline S3 bucket under Diffs/#{codepipeline.PipelineExecutionId}.
Use cli command for download: "aws s3 sync s3://aws-accelerator-pipeline-000000000000-us-east-1/AWSAccelerator-Pipel/Diffs/#{codepipeline.PipelineExecutionId} diffs" or follow the link bellow.",
Use cli command for download: "aws s3 sync s3://aws-accelerator-pipeline-000000000000-us-east-1/AWSAccelerator-Pipel/Diffs/#{codepipeline.PipelineExecutionId} diffs" or follow the link below.",
"ExternalEntityLink": "https://us-east-1.console.aws.amazon.com/s3/buckets/aws-accelerator-pipeline-000000000000-us-east-1?prefix=AWSAccelerator-Pipel/Diffs/#{codepipeline.PipelineExecutionId}/&region=us-east-1&bucketType=general",
"NotificationArn": {
"Ref": "PipelineManualApprovalActionTopicB55612D2",
Expand Down

0 comments on commit ace4e2f

Please sign in to comment.