aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2010-12-22 17:08:38 -0800
committerAdam Vandenberg2010-12-22 17:08:53 -0800
commitdebb013cc5d37ee22e90aa76e226c74ea5467d63 (patch)
treecf81f6bfaf252ce2242949cf3f8c394f3812d21f
parentd4931c04e28ea1c6c94fadd5ceb8e3d56ceb3709 (diff)
downloadhomebrew-debb013cc5d37ee22e90aa76e226c74ea5467d63.tar.bz2
Fix GithubGistFormula.
-rw-r--r--Library/Homebrew/formula.rb2
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