env_config: tweak wording.

This commit is contained in:
Mike McQuaid 2022-05-23 12:22:56 +01:00 committed by GitHub
parent b2796ec7fb
commit 6a1d899dbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,9 +25,9 @@ module Homebrew
"formula with the URL `https://example.com/foo.tar.gz` to instead download from " \ "formula with the URL `https://example.com/foo.tar.gz` to instead download from " \
"`http://localhost:8080/https://example.com/foo.tar.gz`. " \ "`http://localhost:8080/https://example.com/foo.tar.gz`. " \
"Bottle URLs however, have their domain replaced with this prefix. " \ "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` " \ "`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`", "`http://localhost:8080/v2/homebrew/core/gettext/manifests/0.21`",
}, },
HOMEBREW_AUTO_UPDATE_SECS: { HOMEBREW_AUTO_UPDATE_SECS: {