unpack_strategy: fix extension for compress
This commit is contained in:
parent
57f7b8a8a4
commit
b30ab67ca6
@ -5,7 +5,7 @@ module UnpackStrategy
|
|||||||
using Magic
|
using Magic
|
||||||
|
|
||||||
def self.extensions
|
def self.extensions
|
||||||
[".compress"]
|
[".Z"]
|
||||||
end
|
end
|
||||||
|
|
||||||
def self.can_extract?(path)
|
def self.can_extract?(path)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user