From 6a1d899dbebdb6ac1cbb0feaaab609eed3044e20 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 May 2022 12:22:56 +0100 Subject: [PATCH] env_config: tweak wording. --- Library/Homebrew/env_config.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/env_config.rb b/Library/Homebrew/env_config.rb index b44c9b0645..f59cfe2edd 100644 --- a/Library/Homebrew/env_config.rb +++ b/Library/Homebrew/env_config.rb @@ -25,9 +25,9 @@ module Homebrew "formula with the URL `https://example.com/foo.tar.gz` to instead download from " \ "`http://localhost:8080/https://example.com/foo.tar.gz`. " \ "Bottle URLs however, have their domain replaced with this prefix. " \ - "Using the same value for example, would cause data hosted under " \ + "This results in e.g. " \ "`https://ghcr.io/v2/homebrew/core/gettext/manifests/0.21` " \ - "to be instead downloaded from " \ + "to instead be downloaded from " \ "`http://localhost:8080/v2/homebrew/core/gettext/manifests/0.21`", }, HOMEBREW_AUTO_UPDATE_SECS: {