Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
leg100 committed Aug 20, 2024
1 parent 7c2631d commit 14c8806
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@ install-terragrunt:
.PHONY: install-infracost
install-infracost:
mkdir -p ~/.local/bin
curl -L https://github.com/infracost/infracost/releases/download/v0.10.38/infracost-linux-amd64.tar.gz -o ~/.local/bin/infracost
curl -L https://github.com/infracost/infracost/releases/download/v0.10.38/infracost-linux-amd64.tar.gz | tar -zxf -
mv infracost-linux-amd64 ~/.local/bin/infracost
chmod +x ~/.local/bin/infracost

0 comments on commit 14c8806

Please sign in to comment.