Skip to content

Commit

Permalink
Fix typo in cosigning chart
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis committed Feb 16, 2024
1 parent c73c4d8 commit cca7be3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion hack/release/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ publishHelmChart() {
rm "${HELM_CHART_FILE_NAME}"
cd ..

cosignHelmChart "${RELEASE_REPO}/${CHART_NAME}" "${HELM_CHART_VERSION}"
cosignHelmChart "${RELEASE_REPO}${CHART_NAME}" "${HELM_CHART_VERSION}"
}

cosignHelmChart() {
Expand Down

0 comments on commit cca7be3

Please sign in to comment.