Merge branch 'master' into file-perms-172

pull/245/head
joshr 6 years ago
commit 84c9502015

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

Loading…
Cancel
Save