From 6967b803412bd5d4e59682f0bccfcaf9b5d0630c Mon Sep 17 00:00:00 2001 From: Sandesh Kumar Date: Wed, 1 Nov 2023 13:29:47 -0700 Subject: [PATCH] Fix typo - remove additional space (#76) Signed-off-by: Sandesh Kumar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f987e75f815..5f3a860c145 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ cdk bootstrap aws:/// --context securityDisabled * Now you are ready to synthesize the CloudFormation templates: ``` -cdk synth "* " --context securityDisabled=false \ +cdk synth "*" --context securityDisabled=false \ --context minDistribution=false --context distributionUrl='https://artifacts.opensearch.org/releases/bundle/opensearch/2.3.0/opensearch-2.3.0-linux-x64.tar.gz' \ --context cpuArch='x64' --context singleNodeCluster=false --context dataNodeCount=3 \ --context dashboardsUrl='https://artifacts.opensearch.org/releases/bundle/opensearch-dashboards/2.3.0/opensearch-dashboards-2.3.0-linux-x64.tar.gz' \