We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e96b3 commit b85b5e6Copy full SHA for b85b5e6
1 file changed
git-secrets
@@ -48,7 +48,7 @@ prepare_commit_msg_hook* prepare-commit-msg hook (internal only)"
48
load_patterns() {
49
git config --get-all secrets.patterns
50
# Execute each provider and use their output to build up patterns
51
- git config --get-all secrets.providers | while read -r cmd; do
+ git config --get-all --type path secrets.providers | while read -r cmd; do
52
# Only split words on '\n\t ' and strip "\r" from the output to account
53
# for carriage returns being added on Windows systems. Note that this
54
# trimming is done before the test to ensure that the string is not empty.
0 commit comments