Skip to content

Commit

Permalink
adds quotes to message
Browse files Browse the repository at this point in the history
Co-authored-by: Yuval Shavit <[email protected]>
  • Loading branch information
DavidSeptimus and Yuval Shavit authored Jan 31, 2023
1 parent 64917b1 commit 3811237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/infra/pulumi_aws/iac/sanitization/aws/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const tag = {
),
{
description:
"The aws: prefix is prohibited for tags; it's reserved for AWS use.",
"The \"aws:\" prefix is prohibited for tags; it's reserved for AWS use.",
apply: (v) => !v.startsWith('aws:'),
fix: (v) => v.replace(/^aws:/, ''),
},
Expand Down

0 comments on commit 3811237

Please sign in to comment.