From 19847285f26b2d158fc0f8257b90168a7748b77f Mon Sep 17 00:00:00 2001 From: Matt Hauck Date: Fri, 11 Jul 2014 14:26:07 -0700 Subject: [PATCH] exceptions: fix typo Closes Homebrew/homebrew#30821. Signed-off-by: Mike McQuaid --- Library/Homebrew/exceptions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index 255ac1ddf2..a3ef018bff 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -179,7 +179,7 @@ class BuildError < Homebrew::InstallationError puts puts "#{Tty.red}READ THIS#{Tty.reset}: #{Tty.em}#{ISSUES_URL}#{Tty.reset}" if formula.tap? - tap_issues_url = "https://github.com/#{f.tap}/issues" + tap_issues_url = "https://github.com/#{formula.tap}/issues" puts "If reporting this issue please do so at (not Homebrew/homebrew):" puts " #{tap_issues_url}" end