From 45c1e02c4c054ee746dc7958136c688658ab20b2 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 23 Aug 2024 18:18:15 +0200 Subject: fix(pkgs/stamp): Use the correct default template path --- pkgs/by-name/st/stamp/stamp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/by-name/st/stamp/stamp.sh b/pkgs/by-name/st/stamp/stamp.sh index 15bf887a..018254c5 100755 --- a/pkgs/by-name/st/stamp/stamp.sh +++ b/pkgs/by-name/st/stamp/stamp.sh @@ -34,7 +34,7 @@ EOF reuse_run() { root="$(git rev-parse --show-toplevel)" - if [ -e "$root/.reuse/templates/default" ]; then + if [ -e "$root/.reuse/templates/default.jinja2" ]; then reuse annotate \ --copyright "$(git config --get user.name) <$(git config --get user.email)>" \ --copyright-style string-c \ -- cgit 1.4.1