Skip to content

Commit a593477

Browse files
authored
docs: improve error message when tar don't support zstd
1 parent b4ab5f4 commit a593477

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compression/zstd_wrapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ is_absolute_path() {
1010

1111
if ! tar --help | grep -q -- "--zstd"; then
1212
echo "tar does not support zstd compression"
13-
echo "You need a version of tar with zstd support"
13+
echo "You need a version of tar with zstd support (tar 1.31 or higher)"
1414
exit 1
1515
fi
1616

0 commit comments

Comments
 (0)