Fix wrong env var name in docs
This commit is contained in:
parent
c62f6cb833
commit
035072b718
|
|
@ -1782,10 +1782,10 @@ OPTIONS
|
||||||
--password <string>, $GIT_SYNC_PASSWORD
|
--password <string>, $GIT_SYNC_PASSWORD
|
||||||
The password or personal access token (see github docs) to use for
|
The password or personal access token (see github docs) to use for
|
||||||
git authentication (see --username). NOTE: for security reasons,
|
git authentication (see --username). NOTE: for security reasons,
|
||||||
users should prefer --password-file or $GIT_SYNC_PASSWORD for
|
users should prefer --password-file or $GIT_SYNC_PASSWORD_FILE for
|
||||||
specifying the password.
|
specifying the password.
|
||||||
|
|
||||||
--password-file <string>, $GIT_SYNC_PASSWORD
|
--password-file <string>, $GIT_SYNC_PASSWORD_FILE
|
||||||
The file from which the password or personal access token (see
|
The file from which the password or personal access token (see
|
||||||
github docs) to use for git authentication (see --username) will be
|
github docs) to use for git authentication (see --username) will be
|
||||||
sourced.
|
sourced.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue