From f051510e6763590aa2cc7c6564ccd43f30590a0c Mon Sep 17 00:00:00 2001 From: Justin Rackliffe Date: Tue, 20 May 2025 09:25:30 -0400 Subject: [PATCH] Update Library/Homebrew/download_strategy.rb Co-authored-by: Eric Knibbe --- Library/Homebrew/download_strategy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/download_strategy.rb b/Library/Homebrew/download_strategy.rb index 75d3a57c7c..01d5a91302 100644 --- a/Library/Homebrew/download_strategy.rb +++ b/Library/Homebrew/download_strategy.rb @@ -705,7 +705,7 @@ class CurlGitHubPackagesDownloadStrategy < CurlDownloadStrategy meta[:headers] ||= [] # GitHub Packages authorization header. # HOMEBREW_GITHUB_PACKAGES_AUTH set in brew.sh - # If using a private GHCR mirror with no Authentication set than do not add the header. In all other cases add it. + # If using a private GHCR mirror with no Authentication set then do not add the header. In all other cases add it. if !Homebrew::EnvConfig.artifact_domain.presence || Homebrew::EnvConfig.docker_registry_basic_auth_token.presence || Homebrew::EnvConfig.docker_registry_token.presence