Merge pull request #14134 from p-linnane/fix-env-typo
docs: Fix env variable typo
This commit is contained in:
commit
e1b2f68a6d
@ -204,7 +204,7 @@ module Homebrew
|
|||||||
},
|
},
|
||||||
HOMEBREW_DOCKER_REGISTRY_TOKEN: {
|
HOMEBREW_DOCKER_REGISTRY_TOKEN: {
|
||||||
description: "Use this bearer token for authenticating with a Docker registry proxying GitHub Packages. " \
|
description: "Use this bearer token for authenticating with a Docker registry proxying GitHub Packages. " \
|
||||||
"Preferred over HOMEBREW_DOCKER_REGISTRY_TOKEN_BASIC.",
|
"Preferred over HOMEBREW_DOCKER_REGISTRY_BASIC_AUTH_TOKEN.",
|
||||||
},
|
},
|
||||||
HOMEBREW_GITHUB_PACKAGES_USER: {
|
HOMEBREW_GITHUB_PACKAGES_USER: {
|
||||||
description: "Use this username when accessing the GitHub Packages Registry (where bottles may be stored).",
|
description: "Use this username when accessing the GitHub Packages Registry (where bottles may be stored).",
|
||||||
|
|||||||
@ -2123,7 +2123,7 @@ example, run `export HOMEBREW_NO_INSECURE_REDIRECT=1` rather than just
|
|||||||
<br>Use this base64 encoded username and password for authenticating with a Docker registry proxying GitHub Packages. If HOMEBREW_DOCKER_REGISTRY_TOKEN is set, it will be used instead.
|
<br>Use this base64 encoded username and password for authenticating with a Docker registry proxying GitHub Packages. If HOMEBREW_DOCKER_REGISTRY_TOKEN is set, it will be used instead.
|
||||||
|
|
||||||
- `HOMEBREW_DOCKER_REGISTRY_TOKEN`
|
- `HOMEBREW_DOCKER_REGISTRY_TOKEN`
|
||||||
<br>Use this bearer token for authenticating with a Docker registry proxying GitHub Packages. Preferred over HOMEBREW_DOCKER_REGISTRY_TOKEN_BASIC.
|
<br>Use this bearer token for authenticating with a Docker registry proxying GitHub Packages. Preferred over HOMEBREW_DOCKER_REGISTRY_BASIC_AUTH_TOKEN.
|
||||||
|
|
||||||
- `HOMEBREW_GITHUB_PACKAGES_USER`
|
- `HOMEBREW_GITHUB_PACKAGES_USER`
|
||||||
<br>Use this username when accessing the GitHub Packages Registry (where bottles may be stored).
|
<br>Use this username when accessing the GitHub Packages Registry (where bottles may be stored).
|
||||||
|
|||||||
@ -3091,7 +3091,7 @@ Use this base64 encoded username and password for authenticating with a Docker r
|
|||||||
\fBHOMEBREW_DOCKER_REGISTRY_TOKEN\fR
|
\fBHOMEBREW_DOCKER_REGISTRY_TOKEN\fR
|
||||||
.
|
.
|
||||||
.br
|
.br
|
||||||
Use this bearer token for authenticating with a Docker registry proxying GitHub Packages\. Preferred over HOMEBREW_DOCKER_REGISTRY_TOKEN_BASIC\.
|
Use this bearer token for authenticating with a Docker registry proxying GitHub Packages\. Preferred over HOMEBREW_DOCKER_REGISTRY_BASIC_AUTH_TOKEN\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fBHOMEBREW_GITHUB_PACKAGES_USER\fR
|
\fBHOMEBREW_GITHUB_PACKAGES_USER\fR
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user