Skip to content

Commit bb77bf1

Browse files
committed
fix
1 parent 40211f0 commit bb77bf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/base/.devcontainer/scripts/install_cfn_guard.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ install() {
2121
tmp_dir="$(mktemp -d)"
2222
trap 'rm -rf "${tmp_dir}"' EXIT
2323

24-
download_file="${tmp_dir}/gitleaks.tar.gz"
24+
download_file="${tmp_dir}/cfn-guard.tar.gz"
2525

2626
if [ "$TARGETARCH" = "arm64" ] || [ "$TARGETARCH" == "aarch64" ]; then
2727
download_url="https://github.com/aws-cloudformation/cloudformation-guard/releases/download/${VERSION}/cfn-guard-v3-aarch64-ubuntu-latest.tar.gz"

0 commit comments

Comments
 (0)