diff options
Diffstat (limited to 'build-aux/workflow/TODOs.sh')
-rwxr-xr-x | build-aux/workflow/TODOs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/workflow/TODOs.sh b/build-aux/workflow/TODOs.sh index 8100eb8..f080001 100755 --- a/build-aux/workflow/TODOs.sh +++ b/build-aux/workflow/TODOs.sh @@ -9,7 +9,7 @@ export MAILING_LIST="$3" envsubst < build-aux/workflow/preamble.rst | \ cat - TODOs.rst | \ pandoc --toc \ - --highlight-style pygments \ + --highlight-style pygments \ --toc-depth=2 \ -s \ --metadata title="$1 - TODOs" \ |