Skip to content
Snippets Groups Projects
Commit 95bbd8ef authored by Alex Dunn's avatar Alex Dunn
Browse files

cmd/install: check before tapping

Changes introduced in dfdc570abcd7c19a7b385c2fe8c6b26b12bca646 were
causing installations using fully-qualified formula names to fail.
parent ac6b22fd
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ module Homebrew
user = $1
repo = $2.sub(/^homebrew-/, "")
tap = Tap.fetch(user, repo)
tap.install
tap.install unless tap.installed?
end
end unless ARGV.force?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment