Skip to content

Commit bc3f07f

Browse files
Update curl command to use LOCALSTACK_VERSION variable
1 parent 25bdaff commit bc3f07f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/aws/getting-started/installation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ You may download the binary for your architecture using the link below:
7272

7373
or 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

7878
Then extract the LocalStack CLI from the terminal:
7979

0 commit comments

Comments
 (0)