Oops. Don't raise for homepages. Silly.
This commit is contained in:
parent
b7bf860a48
commit
3971a5666c
@ -59,7 +59,7 @@ class Formula
|
|||||||
validate_variable :version if @version
|
validate_variable :version if @version
|
||||||
|
|
||||||
set_instance_variable 'homepage'
|
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|
|
CHECKSUM_TYPES.each do |type|
|
||||||
set_instance_variable type
|
set_instance_variable type
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user