From 31dc3d1f429b1309af7d673beb56ed89ab6f176b Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 25 Aug 2014 20:43:11 -0500 Subject: [PATCH] Inline variable --- Library/Homebrew/exceptions.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index 743f63b0f1..b9696f6232 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -170,9 +170,8 @@ class BuildError < Homebrew::InstallationError puts puts "#{Tty.red}READ THIS#{Tty.reset}: #{Tty.em}#{OS::ISSUES_URL}#{Tty.reset}" if formula.tap? - 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}" + puts " https://github.com/#{formula.tap}/issues" end else require 'cmd/config'