diff options
| author | Adam Vandenberg | 2011-03-12 17:43:53 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-12 17:43:53 -0800 |
| commit | 0991680ffdb0f057ace647f81c4300fb6fa6afa3 (patch) | |
| tree | 351c9d8f2957928319256afc9cd0b5e3aa22b181 /Library/Formula/mysqlreport.rb | |
| parent | 28e32c8a4e8cb0a2fc3a6866091505196de70ea2 (diff) | |
| download | homebrew-0991680ffdb0f057ace647f81c4300fb6fa6afa3.tar.bz2 | |
Fix inheritance for ScriptFileFormula.
Diffstat (limited to 'Library/Formula/mysqlreport.rb')
| -rw-r--r-- | Library/Formula/mysqlreport.rb | 2 |
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' |
