Merge pull request #13456 from carlocab/livecheck-default-text

This commit is contained in:
Carlo Cabrera 2022-06-22 20:46:46 +08:00 committed by GitHub
commit 150c7d4d48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -223,7 +223,7 @@ module Homebrew
HOMEBREW_LIVECHECK_WATCHLIST: { HOMEBREW_LIVECHECK_WATCHLIST: {
description: "Consult this file for the list of formulae to check by default when no formula argument " \ description: "Consult this file for the list of formulae to check by default when no formula argument " \
"is passed to `brew livecheck`.", "is passed to `brew livecheck`.",
default_text: "$HOME/.brew_livecheck_watchlist", default_text: "`$HOME/.brew_livecheck_watchlist`",
default: "~/.brew_livecheck_watchlist", default: "~/.brew_livecheck_watchlist",
}, },
HOMEBREW_LOGS: { HOMEBREW_LOGS: {

View File

@ -2102,7 +2102,7 @@ example, run `export HOMEBREW_NO_INSECURE_REDIRECT=1` rather than just
- `HOMEBREW_LIVECHECK_WATCHLIST` - `HOMEBREW_LIVECHECK_WATCHLIST`
<br>Consult this file for the list of formulae to check by default when no formula argument is passed to `brew livecheck`. <br>Consult this file for the list of formulae to check by default when no formula argument is passed to `brew livecheck`.
*Default:* `$HOME/.brew_livecheck_watchlist`. *Default:* `$HOME/.brew_livecheck_watchlist`
- `HOMEBREW_LOGS` - `HOMEBREW_LOGS`
<br>Use this directory to store log files. <br>Use this directory to store log files.

View File

@ -3051,7 +3051,7 @@ If set, install formulae and casks in homebrew/core and homebrew/cask taps using
Consult this file for the list of formulae to check by default when no formula argument is passed to \fBbrew livecheck\fR\. Consult this file for the list of formulae to check by default when no formula argument is passed to \fBbrew livecheck\fR\.
. .
.IP .IP
\fIDefault:\fR \fB$HOME/\.brew_livecheck_watchlist\fR\. \fIDefault:\fR \fB$HOME/\.brew_livecheck_watchlist\fR
. .
.TP .TP
\fBHOMEBREW_LOGS\fR \fBHOMEBREW_LOGS\fR