comment about SECRETS_DIR

pull/251/head
joshr 6 years ago
parent 5a00250da9
commit 481d750af4

@ -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:

Loading…
Cancel
Save