diff options
| author | Adam Vandenberg | 2010-12-22 17:08:38 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-12-22 17:08:53 -0800 |
| commit | debb013cc5d37ee22e90aa76e226c74ea5467d63 (patch) | |
| tree | cf81f6bfaf252ce2242949cf3f8c394f3812d21f | |
| parent | d4931c04e28ea1c6c94fadd5ceb8e3d56ceb3709 (diff) | |
| download | homebrew-debb013cc5d37ee22e90aa76e226c74ea5467d63.tar.bz2 | |
Fix GithubGistFormula.
| -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 01cc8c2f2..0e3266351 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -631,7 +631,7 @@ end # see flac.rb for example usage class GithubGistFormula <ScriptFileFormula - def initialize name='__UNKNOWN__' + def initialize name='__UNKNOWN__', path=nil super name @version=File.basename(File.dirname(url))[0,6] end |
