aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 9b800eedd..e394d0f5c 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -692,7 +692,7 @@ end
# see flac.rb for example usage
class GithubGistFormula < ScriptFileFormula
def initialize name='__UNKNOWN__', path=nil
- super name
+ super name, path
@version=File.basename(File.dirname(url))[0,6]
end
end