Skip to content

Commit b383527

Browse files
authored
add .txz
1 parent b777465 commit b383527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handler/handler_execute.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ func (h *Handler) getAssetsNoCache(q Query) (string, Assets, error) {
121121
fext = ".bin" // +1MB binary
122122
}
123123
switch fext {
124-
case ".bin", ".zip", ".tar.bz", ".tar.bz2", ".tar.xz", ".bz2", ".gz", ".tar.gz", ".tgz":
124+
case ".bin", ".zip", ".tar.bz", ".tar.bz2", ".tar.xz", ".txz", ".bz2", ".gz", ".tar.gz", ".tgz":
125125
// valid
126126
default:
127127
log.Printf("fetched asset has unsupported file type: %s (ext '%s')", ga.Name, fext)

0 commit comments

Comments
 (0)