Appease brew style

This commit is contained in:
Issy Long 2023-04-30 19:09:41 +01:00 committed by GitHub
parent e739a5c076
commit a1da2bde3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -860,6 +860,7 @@ module Homebrew
return if Homebrew::EnvConfig.developer?
return if Homebrew::EnvConfig.no_install_from_api?
return if Homebrew::Settings.read("devcmdrun") == "true"
cask_tap = Tap.fetch("homebrew", "cask")
return unless cask_tap.installed?