Skip to content

Commit 34687be

Browse files
committed
scripts/rsync-generation/mksnapshot: fix zstd file extension
Signed-off-by: Fabian Groffen <[email protected]>
1 parent a436f22 commit 34687be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rsync-generation/mksnapshot.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ COMPRS=(
4949
"bz2:bzip2 -c -9"
5050
"xz:xz -c -9"
5151
"lz:lzip -c -9"
52-
"zstd:zstd -k -f -9"
52+
"zst:zstd -c -k -f -9"
5353
)
5454

5555
# produce compressed variants, use as much cpu as left on the system, do

0 commit comments

Comments
 (0)