Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Markus Reiter <me@reitermark.us>
  • Loading branch information
MikeMcQuaid and reitermarkus committed Feb 19, 2024
1 parent d7ebf97 commit 412852b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Library/Homebrew/extend/os/mac/dev-cmd/bottle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
module Homebrew
class << self
undef tar_args

sig { returns(T::Array[String]) }
def tar_args
if MacOS.version >= :catalina
Expand All @@ -14,6 +15,7 @@ def tar_args
end

undef gnu_tar

sig { params(gnu_tar_formula: Formula).returns(String) }
def gnu_tar(gnu_tar_formula)
"#{gnu_tar_formula.opt_bin}/gtar"
Expand Down

0 comments on commit 412852b

Please sign in to comment.