diff options
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 765172e15..d755f48c4 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -400,7 +400,7 @@ class BuildToolsError < RuntimeError      super <<-EOS.undent        The following #{formula_text}:          #{formulae.join(", ")} -      cannot be installed as a #{package_text} and must be built from source. +      cannot be installed as #{package_text} and must be built from source.        #{xcode_text}      EOS    end | 
