diff options
| author | Matt Hauck | 2014-07-11 14:26:07 -0700 | 
|---|---|---|
| committer | Mike McQuaid | 2014-07-11 15:08:18 -0700 | 
| commit | 19847285f26b2d158fc0f8257b90168a7748b77f (patch) | |
| tree | bcf66a1b80a253a3e7d4a7b889ed46ace3f3a90a /Library/Homebrew/exceptions.rb | |
| parent | 6cad17caef241b93fc0218e39e4f889d158c7e9c (diff) | |
| download | brew-19847285f26b2d158fc0f8257b90168a7748b77f.tar.bz2 | |
exceptions: fix typo
Closes Homebrew/homebrew#30821.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
| -rw-r--r-- | Library/Homebrew/exceptions.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index 255ac1ddf..a3ef018bf 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  | 
