aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/formula.rb')
-rw-r--r--Library/Homebrew/formula.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 3b3863681..9c5d6ce2d 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -26,8 +26,7 @@ class Formula
attr_accessor :local_bottle_path
- # Homebrew determines the name
- def initialize name='__UNKNOWN__', path=self.class.path(name)
+ def initialize(name, path)
@name = name
@path = path
@homepage = self.class.homepage