diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 1a8452c91..ad6794c1e 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -59,7 +59,7 @@ class Formula validate_variable :version if @version set_instance_variable 'homepage' - raise if @homepage.nil? +# raise if @homepage.nil? # not a good idea while we have eg GitManpages! CHECKSUM_TYPES.each do |type| set_instance_variable type |
