Merge pull request #5193 from jonchang/fix-compress-ext

unpack_strategy: fix extension for compress
This commit is contained in:
Mike McQuaid 2018-10-27 14:53:45 +01:00 committed by GitHub
commit 5b081f9d39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)