Skip to content

Commit

Permalink
scripts/rsync-generation/mksnapshot: fix zstd file extension
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Groffen <[email protected]>
  • Loading branch information
grobian committed Mar 31, 2024
1 parent a436f22 commit 34687be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rsync-generation/mksnapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ COMPRS=(
"bz2:bzip2 -c -9"
"xz:xz -c -9"
"lz:lzip -c -9"
"zstd:zstd -k -f -9"
"zst:zstd -c -k -f -9"
)

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

0 comments on commit 34687be

Please sign in to comment.