aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/software_spec.rb
diff options
context:
space:
mode:
authorJack Nagel2014-07-16 14:52:18 -0500
committerJack Nagel2014-07-16 14:52:18 -0500
commitf0cd91bb79848028c5960524b5231b2544d383b2 (patch)
tree80dffc049112b3377849ab58d6cffe704478790c /Library/Homebrew/software_spec.rb
parent0952de8532f181b777ff5a75a08168aac53fc431 (diff)
downloadhomebrew-f0cd91bb79848028c5960524b5231b2544d383b2.tar.bz2
Rename fetch_bottle_for to fetch_checksum_for
Diffstat (limited to 'Library/Homebrew/software_spec.rb')
-rw-r--r--Library/Homebrew/software_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/software_spec.rb b/Library/Homebrew/software_spec.rb
index 06bfe5803..3e7067dc9 100644
--- a/Library/Homebrew/software_spec.rb
+++ b/Library/Homebrew/software_spec.rb
@@ -164,7 +164,7 @@ class BottleSpecification
end
def tag?(tag)
- !!collector.fetch_bottle_for(tag)
+ !!checksum_for(tag)
end
# Checksum methods in the DSL's bottle block optionally take
@@ -177,7 +177,7 @@ class BottleSpecification
end
def checksum_for(tag)
- collector.fetch_bottle_for(tag)
+ collector.fetch_checksum_for(tag)
end
def checksums