diff --git a/Library/Homebrew/livecheck/strategy/page_match.rb b/Library/Homebrew/livecheck/strategy/page_match.rb index 0d611936f7..7022be6739 100644 --- a/Library/Homebrew/livecheck/strategy/page_match.rb +++ b/Library/Homebrew/livecheck/strategy/page_match.rb @@ -92,7 +92,7 @@ module Homebrew provided_content else match_data.merge!(Strategy.page_content(url)) - match_data.delete(:content) + match_data[:content] end return match_data if content.blank?