Fix for installing from_url

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Yasuharu NAKANO 2011-03-20 13:56:31 +09:00 committed by Adam Vandenberg
parent ebb6a98d67
commit aefb144048

View File

@ -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