Skip to content

Commit

Permalink
Remove ova type from list of decompressors (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Mar 21, 2022
1 parent a3884fc commit 4e45866
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion decompress.go
Expand Up @@ -40,7 +40,6 @@ func init() {
"txz": txzDecompressor,
"zip": new(ZipDecompressor),
"tar": tarDecompressor,
"ova": tarDecompressor,
}
}

Expand Down

0 comments on commit 4e45866

Please sign in to comment.