From 4243f4ccfe5db0ef8a16aa1ff8a2524ad3666979 Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Thu, 2 Nov 2023 16:09:21 -0700 Subject: [PATCH] Fix readme Signed-off-by: Sayali Gaikawad --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65beab616dd..c8fb5cc876e 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ cdk bootstrap aws:/// --context securityDisabled * Now you are ready to synthesize the CloudFormation templates: ``` -cdk synth "* " --context securityDisabled=true \ +cdk synth "*" --context securityDisabled=true \ --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' \