Update method call

This commit is contained in:
Jack Nagel 2014-02-22 20:17:04 -05:00
parent 9d3b9edb4d
commit 101066cf71

View File

@ -121,7 +121,7 @@ class FormulaCreator
# #{HOMEBREW_CONTRIB}/example-formula.rb
# PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST!
class #{Formulary.class_s name} < Formula
class #{Formulary.class_s(name)} < Formula
homepage ""
url "#{url}"
<% unless version.nil? or version.detected_from_url? %>