Skip to content

Commit

Permalink
Fix typo - remove additional space (#76)
Browse files Browse the repository at this point in the history
Signed-off-by: Sandesh Kumar <[email protected]>
  • Loading branch information
sandeshkr419 authored Nov 1, 2023
1 parent 401e39e commit 6967b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ cdk bootstrap aws://<aws-account-number>/<aws-region> --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' \
Expand Down

0 comments on commit 6967b80

Please sign in to comment.