Skip to content

Commit 4e8f6b9

Browse files
author
Tom McCarthy
committed
chore: fix curl command to download sam cli
1 parent f326cfd commit 4e8f6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amplify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ backend:
77
phases:
88
preBuild:
99
commands:
10-
- curl "https://github.com/aws/aws-sam-cli/releases/latest/download/aws-sam-cli-linux-x86_64.zip" -o "aws-sam-cli.zip"
10+
- curl "https://github.com/aws/aws-sam-cli/releases/latest/download/aws-sam-cli-linux-x86_64.zip" -L -o "aws-sam-cli.zip"
1111
- unzip aws-sam-cli.zip -d sam-installation
1212
- ./sam-installation/install
1313
build:

0 commit comments

Comments
 (0)