Skip to content

Commit 5114d85

Browse files
committed
chore: updated gitpod.yml
1 parent ac4327b commit 5114d85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .gitpod.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ tasks:
1515
npm ci
1616
# Install AWS SAM CLI
1717
wget https://github.com/aws/aws-sam-cli/releases/latest/download/aws-sam-cli-linux-x86_64.zip
18-
unzip aws-sam-cli-linux-x86_64.zip -d sam-installation \
19-
sudo ./sam-installation/install \
18+
unzip aws-sam-cli-linux-x86_64.zip -d sam-installation
19+
sudo ./sam-installation/install
2020
rm -rf sam-installation aws-sam-cli-linux-*
2121
cd ../../
2222
# Setup husky hooks

0 commit comments

Comments
 (0)