We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 281e847 commit 7b94fafCopy full SHA for 7b94faf
src/base/.devcontainer/scripts/vscode_install.sh
@@ -22,7 +22,7 @@ asdf plugin add trivy https://github.com/zufardhiyaulhaq/asdf-trivy.git
22
asdf plugin add yq https://github.com/sudermanjr/asdf-yq.git
23
24
# install cfn-guard
25
-$ curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/aws-cloudformation/cloudformation-guard/main/install-guard.sh | sh
+curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/aws-cloudformation/cloudformation-guard/main/install-guard.sh | sh
26
27
# install base asdf versions of common tools
28
cd /home/vscode
0 commit comments