From f01a38772aa7e865a38c71e73661fb14825da9b9 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 27 Oct 2013 12:42:59 -0500 Subject: Fix md5 compat layer Fixes Homebrew/homebrew#23653. --- Library/Homebrew/compat/md5.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Homebrew/compat/md5.rb b/Library/Homebrew/compat/md5.rb index 55383f0c1..eb8eb0232 100644 --- a/Library/Homebrew/compat/md5.rb +++ b/Library/Homebrew/compat/md5.rb @@ -1,7 +1,6 @@ class Formula def self.md5(val) - @stable ||= create_spec(SoftwareSpec) - @stable.md5(val) + stable.md5(val) end end -- cgit v1.2.3