Skip to content

Commit 79ef8e2

Browse files
GustedSysoev, Vladimir
Gusted
authored and
Sysoev, Vladimir
committed
Add Tar ZSTD support (go-gitea#20493)
- Add `.tar.zst` as supported output type. - Resolves go-gitea#14290
1 parent 0270768 commit 79ef8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/dump.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func (o outputType) String() string {
9292
}
9393

9494
var outputTypeEnum = &outputType{
95-
Enum: []string{"zip", "tar", "tar.sz", "tar.gz", "tar.xz", "tar.bz2", "tar.br", "tar.lz4"},
95+
Enum: []string{"zip", "tar", "tar.sz", "tar.gz", "tar.xz", "tar.bz2", "tar.br", "tar.lz4", "tar.zst"},
9696
Default: "zip",
9797
}
9898

0 commit comments

Comments
 (0)