Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Fix for installing from_url
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
Yasuharu NAKANO authored and adamv committed Mar 20, 2011
1 parent b3bce86 commit a4920c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/formula.rb
Expand Up @@ -692,7 +692,7 @@ def install
# 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

0 comments on commit a4920c6

Please sign in to comment.