From b84da625a7f53c3939a79f63f835ee42bd103b7c Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Wed, 28 Jul 2021 12:56:32 +0200 Subject: [PATCH] Update dot_gitconfig.tmpl --- dot_gitconfig.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index fcef844..ca18338 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -1,6 +1,6 @@ [user] email = {{ .email }} -name = {{ .chezmoi.group }} +name = {{ .name }} [pull] rebase = false