Merge pull request #5193 from jonchang/fix-compress-ext
unpack_strategy: fix extension for compress
This commit is contained in:
commit
5b081f9d39
@ -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