ghi: use new Resource#fetch API.
This commit is contained in:
parent
b4ae505602
commit
22962f6720
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class Ghi < Formula
|
|||
def install
|
||||
ENV["GEM_HOME"] = libexec
|
||||
resources.each do |r|
|
||||
r.verify_download_integrity(r.fetch)
|
||||
r.fetch
|
||||
system "gem", "install", r.cached_download, "--no-document",
|
||||
"--install-dir", libexec
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue