From 481d750af44e2f0f130e4e08afcacb4de756780d Mon Sep 17 00:00:00 2001 From: joshr Date: Fri, 24 Aug 2018 11:19:15 -0400 Subject: [PATCH] comment about SECRETS_DIR --- src/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.sh b/src/main.sh index 8a8ce59f..fd49647a 100755 --- a/src/main.sh +++ b/src/main.sh @@ -10,7 +10,7 @@ function _check_setup { _abort "not in dir with git repo. Use 'git init' or 'git clone', then in repo use 'git secret init'" fi - # Checking if the '.gitsecret' is not ignored: + # Checking if the '.gitsecret' dir (or as set by SECRETS_DIR) is not ignored: _secrets_dir_is_not_ignored # Checking gpg setup: