diff --git a/src/_utils/_git_secret_tools.sh b/src/_utils/_git_secret_tools.sh index 0d23e565..399f5d49 100644 --- a/src/_utils/_git_secret_tools.sh +++ b/src/_utils/_git_secret_tools.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Folders: -_SECRETS_DIR=".gitsecret" +_SECRETS_DIR=${SECRETS_DIR:-".gitsecret"} _SECRETS_DIR_KEYS="${_SECRETS_DIR}/keys" _SECRETS_DIR_PATHS="${_SECRETS_DIR}/paths"