From 8ea9ec81764e9790dbe37c06ddf68aeebc99402f Mon Sep 17 00:00:00 2001 From: Sam Ford <1584702+samford@users.noreply.github.com> Date: Sat, 19 Dec 2020 01:20:00 -0500 Subject: [PATCH] HeaderMatch: Align NICE_NAME with PageMatch --- Library/Homebrew/livecheck/strategy/header_match.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/livecheck/strategy/header_match.rb b/Library/Homebrew/livecheck/strategy/header_match.rb index 94d1706df7..bd0406089d 100644 --- a/Library/Homebrew/livecheck/strategy/header_match.rb +++ b/Library/Homebrew/livecheck/strategy/header_match.rb @@ -13,7 +13,7 @@ module Homebrew class HeaderMatch extend T::Sig - NICE_NAME = "Match HTTP Headers" + NICE_NAME = "Header match" # We set the priority to zero since this cannot # be detected automatically.