Skip to content

Commit

Permalink
Merge pull request #1060 from Homebrew/SMillerDev-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid authored May 13, 2024
2 parents 0e9092b + 278e869 commit 84aa71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tests/formulae_detect.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def detect_formulae!(args:)
elsif (canonical_formula_name = safe_formula_canonical_name(@argument, args:))
unless canonical_formula_name.include?("/")
ENV["HOMEBREW_NO_INSTALL_FROM_API"] = "1"
CoreTap.ensure_installed!
CoreTap.instance.ensure_installed!
end

@testing_formulae = [canonical_formula_name]
Expand Down

0 comments on commit 84aa71c

Please sign in to comment.