HeaderMatch: Align NICE_NAME with PageMatch

This commit is contained in:
Sam Ford 2020-12-19 01:20:00 -05:00
parent 57995f936f
commit 8ea9ec8176
No known key found for this signature in database
GPG Key ID: 95209E46C7FFDEFE

View File

@ -13,7 +13,7 @@ module Homebrew
class HeaderMatch class HeaderMatch
extend T::Sig extend T::Sig
NICE_NAME = "Match HTTP Headers" NICE_NAME = "Header match"
# We set the priority to zero since this cannot # We set the priority to zero since this cannot
# be detected automatically. # be detected automatically.