make_tarball: correct a comment

This commit is contained in:
David Adam 2023-03-30 12:12:09 +08:00
parent 1c978f7ec5
commit 9c8c7f9251

View file

@ -74,6 +74,6 @@ rm -r "$PREFIX_TMPDIR"
# xz it
xz "$path"
# Output what we did, and the sha1 hash
# Output what we did, and the sha256 hash
echo "Tarball written to $path".xz
openssl dgst -sha256 "$path".xz