Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit 8e575df

Browse files
dekiferdingler
authored andcommitted
use upgrade instead of install as current Cloud9 AMIs already have SAM CLI installed, fixes #46
1 parent e69f9dc commit 8e575df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workshop/static/assets/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function upgrade_sam_cli() {
3131
# cfn-lint currently clashing with SAM CLI deps
3232
## installing SAM CLI via brew instead
3333
brew tap aws/tap
34-
brew install aws-sam-cli
34+
brew upgrade aws-sam-cli
3535

3636
_logger "[+] Updating Cloud9 SAM binary"
3737
# Allows for local invoke within IDE (except debug run)

0 commit comments

Comments
 (0)