Skip to content

Commit

Permalink
Download cmctl from new path (#3971)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthchr committed Apr 25, 2024
1 parent b40e54b commit 3efbdf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,8 @@ fi
write-verbose "Checking for $TOOL_DEST/cmctl"
if should-install "$TOOL_DEST/cmctl"; then
write-info "Installing cmctl-${os}_${arch}..."
curl -L "https://github.com/jetstack/cert-manager/releases/latest/download/cmctl-${os}-${arch}.tar.gz" | tar -xz -C "$TOOL_DEST"
curl -fL "https://github.com/cert-manager/cmctl/releases/latest/download/cmctl_${os}_${arch}" --output "$TOOL_DEST/cmctl"
chmod +x "$TOOL_DEST/cmctl"
fi

write-verbose "Checking for $BUILDX_DEST/docker-buildx"
Expand Down

0 comments on commit 3efbdf4

Please sign in to comment.