Move unpack_strategy/zip check to extend/os
This commit is contained in:
parent
260fc858df
commit
65bce0ed3c
4
Library/Homebrew/extend/os/unpack_strategy/zip.rb
Normal file
4
Library/Homebrew/extend/os/unpack_strategy/zip.rb
Normal file
@ -0,0 +1,4 @@
|
||||
# typed: strict
|
||||
# frozen_string_literal: true
|
||||
|
||||
require "extend/os/mac/unpack_strategy/zip" if OS.mac?
|
||||
@ -49,4 +49,4 @@ module UnpackStrategy
|
||||
end
|
||||
end
|
||||
|
||||
require "extend/os/mac/unpack_strategy/zip" if OS.mac?
|
||||
require "extend/os/unpack_strategy/zip"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user