Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit ad59798

Browse files
authored
Removed non-ASCII characters from example
That non-ASCII character threw an error when using the example docs. Looks identical so it took a while to notice.
1 parent 4986193 commit ad59798

File tree

1 file changed

+1
-1
lines changed
  • 0.2-Relational-Database-RDS-Proxy-Example

1 file changed

+1
-1
lines changed

0.2-Relational-Database-RDS-Proxy-Example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ aws iam create-policy \
8484
"secretsmanager:ListSecretVersionIds"
8585
],
8686
"Resource": [
87-
"<the-arn-of-the-secret>
87+
"<the-arn-of-the-secret>"
8888
]
8989
},
9090
{

0 commit comments

Comments
 (0)