We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f639503 commit b3d7fccCopy full SHA for b3d7fcc
1 file changed
git-secrets
@@ -391,9 +391,9 @@ case "${COMMAND}" in
391
--scan-history) scan_with_fn_or_die "scan_history" "$@" ;;
392
--list)
393
if [ ${GLOBAL} -eq 1 ]; then
394
- git config --global --get-regex secrets.*
+ git config --global --get-regex 'secrets.*'
395
else
396
- git config --get-regex secrets.*
+ git config --get-regex 'secrets.*'
397
fi
398
;;
399
--install)
0 commit comments