terraform/providers/update-all: Fix typo in help message (#39863)
This commit is contained in:
parent
e508f0eec1
commit
e8459cb970
|
@ -58,7 +58,7 @@ cd "$(dirname "$0")"
|
||||||
|
|
||||||
if [[ -z "${GITHUB_AUTH:-}" ]]; then
|
if [[ -z "${GITHUB_AUTH:-}" ]]; then
|
||||||
cat <<'HELP'
|
cat <<'HELP'
|
||||||
Missing the GITHUB_AUTH env. Thi is required to work around the 60 request
|
Missing the GITHUB_AUTH env. This is required to work around the 60 request
|
||||||
per hour rate-limit.
|
per hour rate-limit.
|
||||||
|
|
||||||
Go to https://github.com/settings/tokens and create a new token with the
|
Go to https://github.com/settings/tokens and create a new token with the
|
||||||
|
|
Loading…
Reference in New Issue