From 64806a317b1f4c812ad71b82aaa791670234eb2b Mon Sep 17 00:00:00 2001 From: Matt Patterson Date: Tue, 4 Jul 2023 14:05:32 +0200 Subject: [PATCH] Update README.md with link to CDK repo issue tie repo to aws/aws-cdk#26221 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86267e4..f4f3854 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ec2.InitCommand.argvCommand bug repro -This is as small a repro of the ec2.InitCommand.argvCommand bug as I can make. +This is as small a repro of the ec2.InitCommand.argvCommand bug (aws/aws-cdk#26221) as I can make. `cdk synth` shows the generated template is missing the second '1001' arg from second `command` entry.