Merge pull request #9319 from jonchang/fix-default-prefix-type-errors
global: fix `default_prefix?` definition
This commit is contained in:
commit
b8b3f06526
@ -88,7 +88,7 @@ module Homebrew
|
||||
class << self
|
||||
attr_writer :failed, :raise_deprecation_exceptions, :auditing
|
||||
|
||||
def Homebrew.default_prefix?(prefix = HOMEBREW_PREFIX)
|
||||
def default_prefix?(prefix = HOMEBREW_PREFIX)
|
||||
prefix.to_s == DEFAULT_PREFIX
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user