File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/content/docs/aws/getting-started Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ You may download the binary for your architecture using the link below:
7272
7373or use the following curl command:
7474
75- <Code code = { ` curl --output localstack-cli-4.8.1 -darwin-amd64-onefile.tar.gz \
76- --location https://github.com/localstack/localstack-cli/releases/download/v4.8.1 /localstack-cli-4.8.1 -darwin-amd64-onefile.tar.gz ` } lang = " bash" />
75+ <Code code = { ` curl --output ${ LOCALSTACK_VERSION } -darwin-amd64-onefile.tar.gz \
76+ --location https://github.com/localstack/localstack-cli/releases/download/${ LOCALSTACK_VERSION } /localstack-cli-${ LOCALSTACK_VERSION } -darwin-amd64-onefile.tar.gz ` } lang = " bash" />
7777
7878Then extract the LocalStack CLI from the terminal:
7979
You can’t perform that action at this time.
0 commit comments