Skip to content

Commit 4e45866

Browse files
authored
Remove ova type from list of decompressors (#354)
1 parent a3884fc commit 4e45866

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

decompress.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ func init() {
4040
"txz": txzDecompressor,
4141
"zip": new(ZipDecompressor),
4242
"tar": tarDecompressor,
43-
"ova": tarDecompressor,
4443
}
4544
}
4645

0 commit comments

Comments
 (0)