Skip to content
Snippets Groups Projects
Commit dae83fc8 authored by Jack Nagel's avatar Jack Nagel
Browse files

Drop pointless string split

parent 2d505754
No related branches found
No related tags found
No related merge requests found
......@@ -179,8 +179,7 @@ class BuildError < Homebrew::InstallationError
puts
puts "#{Tty.red}READ THIS#{Tty.reset}: #{Tty.em}#{ISSUES_URL}#{Tty.reset}"
if formula.tap?
user, repo = formula.tap.split '/'
tap_issues_url = "https://github.com/#{user}/#{repo}/issues"
tap_issues_url = "https://github.com/#{f.tap}/issues"
puts "If reporting this issue please do so at (not Homebrew/homebrew):"
puts " #{tap_issues_url}"
end
......
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