install: fix trying to tap local bottles.
This commit is contained in:
parent
c71492561f
commit
0055e4dc5f
@ -16,7 +16,7 @@ module Homebrew extend self
|
|||||||
msg = blacklisted? name
|
msg = blacklisted? name
|
||||||
raise "No available formula for #{name}\n#{msg}" if msg
|
raise "No available formula for #{name}\n#{msg}" if msg
|
||||||
end
|
end
|
||||||
if name =~ HOMEBREW_TAP_REGEX then
|
if not File.exist? name and name =~ HOMEBREW_TAP_REGEX then
|
||||||
require 'cmd/tap'
|
require 'cmd/tap'
|
||||||
install_tap $1, $2
|
install_tap $1, $2
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user