We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac7a5b9 + 0356d84 commit fd73ab5Copy full SHA for fd73ab5
1 file changed
scripts/ingest-tarball.sh
@@ -274,7 +274,7 @@ elif [ "${tar_file_ext}" = "gz" ]; then
274
error "gunzip needs to be installed to handle gzip-compressed tarballs."
275
fi
276
elif [ "${tar_file_ext}" = "zst" ]; then
277
- decompress="zstd -c"
+ decompress="zstd -c -d"
278
if ( ! command -v zstd >& /dev/null ); then
279
error "zstd needs to be installed to handle zstd-compressed tarballs."
280
0 commit comments