Fix for installing from_url
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
ebb6a98d67
commit
aefb144048
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user