From 035072b718f10e7141918e79449276c162a65303 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Wed, 13 Jul 2022 09:41:10 -0700 Subject: [PATCH] Fix wrong env var name in docs --- cmd/git-sync/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/git-sync/main.go b/cmd/git-sync/main.go index fb8eda1..59b5ea0 100644 --- a/cmd/git-sync/main.go +++ b/cmd/git-sync/main.go @@ -1782,10 +1782,10 @@ OPTIONS --password , $GIT_SYNC_PASSWORD The password or personal access token (see github docs) to use for 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. - --password-file , $GIT_SYNC_PASSWORD + --password-file , $GIT_SYNC_PASSWORD_FILE The file from which the password or personal access token (see github docs) to use for git authentication (see --username) will be sourced.