From 00a82ac54be511cb6d0df3eff5bf06e4bbf0b4d7 Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 26 Mar 2024 21:12:40 +0100 Subject: [PATCH] fix(scripts/renew_copyright_header): Set correct template line lenght --- scripts/renew_copyright_header.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/renew_copyright_header.sh b/scripts/renew_copyright_header.sh index 6690ef1..a5c587b 100755 --- a/scripts/renew_copyright_header.sh +++ b/scripts/renew_copyright_header.sh @@ -19,7 +19,7 @@ # and the Lesser GNU General Public License along with this program. # If not, see . -TEMPLATE_LINE_LENGHT=21 +TEMPLATE_LINE_LENGHT=20 remove() { extension="$1" file="$2"