diff --git a/scripts/dist.sh b/scripts/dist.sh index 5d7cb6ed5..879259552 100755 --- a/scripts/dist.sh +++ b/scripts/dist.sh @@ -88,7 +88,7 @@ waitAll # Make the checksums pushd ./pkg/${VERSIONDIR}/dist -shasum -a256 * > ./${VERSION}_SHA256SUMS +shasum -a256 * > ./${VERSIONDIR}_SHA256SUMS popd exit 0