From 46b4185002d89ae6878bbaa2d8f3dd74246394c8 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 24 Jul 2023 13:10:24 +0200 Subject: [PATCH] Update .gitconfig --- dot_gitconfig.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index c52d377..af857de 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -1,7 +1,7 @@ [user] - signingkey = {{ .lunar.public_gpg }} - email = {{ .lunar.email }} - name = {{ .lunar.name }} + signingkey = {{ .lunar_public_gpg }} + email = {{ .lunar_email }} + name = {{ .lunar_name }} [includeIf "gitdir:~/git/github.com/lunarway/"] path = .gitconfig_lw [includeIf "gitdir:~/git/azure/lendify/"]