fix(scripts/renew_copyright_header.sh): Set correct copyright template length

This commit is contained in:
Benedikt Peetz 2024-05-08 21:09:49 +02:00 committed by Soispha
parent f67141f921
commit cbfe31f9f2
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
# NOTE: This is the line length of the .licensure.yml header template **plus** the extra
# line after the template comment.
TEMPLATE_LINE_LENGTH=26
TEMPLATE_LINE_LENGTH=19
LATEX_TEMPLATE_LINE_LENGTH=9
PROJECT_ROOT="$(git rev-parse --show-toplevel)"