From 10948ed35a04d6cbe05819acf9903e5e7395375b Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 2 Apr 2024 13:44:56 +0200 Subject: feat(treewide): Also remove hard-coded values in the `templates/` dir --- templates/shell/src/main.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/shell/src/main.sh') diff --git a/templates/shell/src/main.sh b/templates/shell/src/main.sh index 4c4c836..cf4e438 100755 --- a/templates/shell/src/main.sh +++ b/templates/shell/src/main.sh @@ -5,9 +5,9 @@ SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH # Both are used in `version` # shellcheck disable=2034 -AUTHORS="Benedikt Peetz" +AUTHORS="%INIT_AUTHOR_NAME" # shellcheck disable=2034 -YEARS="2024" +YEARS="%INIT_YEAR" printf "Hello World!\n\n" -- cgit 1.4.1