aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/software_spec.rb
diff options
context:
space:
mode:
authorJack Nagel2015-01-08 14:18:41 -0500
committerJack Nagel2015-01-08 14:18:41 -0500
commit0f01e9ff43c1576bc91741732ca961ee3d7e0545 (patch)
tree3d9c59a8c33b7fdec01f3f9beb7a0fc007924b64 /Library/Homebrew/software_spec.rb
parentba8926ea11e4b372ed66fd13d9c71669357e8ca1 (diff)
downloadbrew-0f01e9ff43c1576bc91741732ca961ee3d7e0545.tar.bz2
Remove the direct url writer from Resource
Diffstat (limited to 'Library/Homebrew/software_spec.rb')
-rw-r--r--Library/Homebrew/software_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/software_spec.rb b/Library/Homebrew/software_spec.rb
index 1102a4fc3..a1fba5661 100644
--- a/Library/Homebrew/software_spec.rb
+++ b/Library/Homebrew/software_spec.rb
@@ -224,7 +224,7 @@ class Bottle
checksum, tag = spec.checksum_for(bottle_tag)
filename = Filename.create(formula, tag, spec.revision)
- @resource.url = build_url(spec.root_url, filename)
+ @resource.url(build_url(spec.root_url, filename))
@resource.download_strategy = CurlBottleDownloadStrategy
@resource.version = formula.pkg_version
@resource.checksum = checksum