We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 156567c commit 24622b3Copy full SHA for 24622b3
1 file changed
git-secrets
@@ -393,9 +393,9 @@ case "${COMMAND}" in
393
--scan-history) scan_with_fn_or_die "scan_history" "$@" ;;
394
--list)
395
if [ ${GLOBAL} -eq 1 ]; then
396
- git config --global --get-regex secrets.*
+ git config --global --get-regex 'secrets.*'
397
else
398
- git config --get-regex secrets.*
+ git config --get-regex 'secrets.*'
399
fi
400
;;
401
--install)
0 commit comments