mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
make_tarball: correct a comment
This commit is contained in:
parent
1c978f7ec5
commit
9c8c7f9251
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue