diff options
| author | Matt Hauck | 2014-07-11 14:26:07 -0700 | 
|---|---|---|
| committer | Mike McQuaid | 2014-07-11 15:08:18 -0700 | 
| commit | dc6433a6f2e69011510fbd1bd5cd0f5baafbafa5 (patch) | |
| tree | 40b1813a21bccc47a9c049688e077167c3cd83d8 /Library/Homebrew/exceptions.rb | |
| parent | 8493dc7cc008d1edf6494332b1163efc77189f2a (diff) | |
| download | homebrew-dc6433a6f2e69011510fbd1bd5cd0f5baafbafa5.tar.bz2 | |
exceptions: fix typo
Closes #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 | 
