From 2c9c1b64946ab9db8490bcec4f0dea965c0679f7 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Tue, 22 Jul 2025 10:40:19 +0200 Subject: [PATCH] fix: commit template not used as expected --- .chezmoi.toml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index f33db1f..d4d3664 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -5,4 +5,4 @@ [git] autoPush = true autoCommit = true - commitMessageTemplate = ".commit_message.tmpl" + commitMessageTemplateFile = ".commit_message.tmpl"