diff options
-rwxr-xr-x | pkgs/by-name/st/stamp/stamp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |