Skip to content

Commit f128d04

Browse files
authored
fix quoting in hack/release.sh (#1140)
1 parent 3fcd9b2 commit f128d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function build_release() {
4242
echo "🚧 🐳 Building the container image"
4343
ko resolve --strict ${KO_FLAGS} -f config/ > kn-image-location.yaml
4444
ARTIFACTS_TO_PUBLISH="kn-darwin-amd64 kn-linux-amd64 kn-linux-arm64 kn-windows-amd64.exe kn-linux-s390x kn-image-location.yaml"
45-
sha256sum "${ARTIFACTS_TO_PUBLISH}" > checksums.txt
45+
sha256sum ${ARTIFACTS_TO_PUBLISH} > checksums.txt
4646
ARTIFACTS_TO_PUBLISH="${ARTIFACTS_TO_PUBLISH} checksums.txt"
4747
echo "🧮 Checksum:"
4848
cat checksums.txt

0 commit comments

Comments
 (0)