Skip to content

Commit 7b94faf

Browse files
committed
fix cfn-guard
1 parent 281e847 commit 7b94faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/base/.devcontainer/scripts/vscode_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ asdf plugin add trivy https://github.com/zufardhiyaulhaq/asdf-trivy.git
2222
asdf plugin add yq https://github.com/sudermanjr/asdf-yq.git
2323

2424
# install cfn-guard
25-
$ curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/aws-cloudformation/cloudformation-guard/main/install-guard.sh | sh
25+
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/aws-cloudformation/cloudformation-guard/main/install-guard.sh | sh
2626

2727
# install base asdf versions of common tools
2828
cd /home/vscode

0 commit comments

Comments
 (0)