aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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