mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 12:21:19 -03:00
make_tarball: correct a comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user