aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mysqlreport.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2011-03-12 17:43:53 -0800
committerAdam Vandenberg2011-03-12 17:43:53 -0800
commit0991680ffdb0f057ace647f81c4300fb6fa6afa3 (patch)
tree351c9d8f2957928319256afc9cd0b5e3aa22b181 /Library/Formula/mysqlreport.rb
parent28e32c8a4e8cb0a2fc3a6866091505196de70ea2 (diff)
downloadhomebrew-0991680ffdb0f057ace647f81c4300fb6fa6afa3.tar.bz2
Fix inheritance for ScriptFileFormula.
Diffstat (limited to 'Library/Formula/mysqlreport.rb')
-rw-r--r--Library/Formula/mysqlreport.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mysqlreport.rb b/Library/Formula/mysqlreport.rb
index 2edd6340a..99276d727 100644
--- a/Library/Formula/mysqlreport.rb
+++ b/Library/Formula/mysqlreport.rb
@@ -1,6 +1,6 @@
require 'formula'
-class Mysqlreport <ScriptFileFormula
+class Mysqlreport < ScriptFileFormula
url 'http://hackmysql.com/scripts/mysqlreport'
version '3.5'
homepage 'http://hackmysql.com/mysqlreport'