From b30ab67ca68155586620f55d1ee562fbf4cffacf Mon Sep 17 00:00:00 2001 From: Jonathan Chang Date: Sat, 27 Oct 2018 22:46:33 +1100 Subject: [PATCH] unpack_strategy: fix extension for compress --- Library/Homebrew/unpack_strategy/compress.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/unpack_strategy/compress.rb b/Library/Homebrew/unpack_strategy/compress.rb index 952e17c980..d435b9a599 100644 --- a/Library/Homebrew/unpack_strategy/compress.rb +++ b/Library/Homebrew/unpack_strategy/compress.rb @@ -5,7 +5,7 @@ module UnpackStrategy using Magic def self.extensions - [".compress"] + [".Z"] end def self.can_extract?(path)