Skip to content

Commit 4e45866

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)