Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Dec 4, 2024
1 parent 1ae8ea2 commit 2a78346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
name: Markdown Table of Contents
entry: >-
bash -eu -o pipefail -c
"for f in $@; do
markdown-toc -i $f;
"echo ARGS: \"$@\"; for f in $@; do
[ -f \"$f\" ] && markdown-toc -i $f;
done"
language: system

0 comments on commit 2a78346

Please sign in to comment.