aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 35585b899..e2a1ac2a2 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -99,7 +99,7 @@ class Formula
@version='HEAD'
end
- raise if @url.nil?
+ raise "No url provided for formula #{name}" if @url.nil?
@name=name
validate_variable :name