From 842dcd2298d20cb6067cf0f91e257dacf1f0cf3b Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 30 Sep 2024 16:38:18 +0200 Subject: fix(common/init): Also remove the shipped `git_template`, after it's used --- common/init | 1 + 1 file changed, 1 insertion(+) (limited to 'common') diff --git a/common/init b/common/init index bbf6f14..ecb52f4 100644 --- a/common/init +++ b/common/init @@ -143,6 +143,7 @@ fi [ -e init.local ] && . ./init.local git init --initial-branch "$MAIN_BRANCH" --template="./git_template" +rm --recursive ./git_template while read -r var; do var_name="${var%=*}" -- cgit 1.4.1