aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 7ad2fb635..06dfafa45 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -677,7 +677,7 @@ class Formula
def self.method_added method
case method
when :brew
- raise "You cannot override Formula#brew"
+ raise "You cannot override Formula#brew in class #{name}"
when :test
@test_defined = true
end