From d59169769e9e41f4c8317e8d004236e04f4ae40c Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Fri, 1 Aug 2025 02:34:05 +0200 Subject: [PATCH] up --- home/dot_gitconfig.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/dot_gitconfig.tmpl b/home/dot_gitconfig.tmpl index e6d217f..a9882f4 100644 --- a/home/dot_gitconfig.tmpl +++ b/home/dot_gitconfig.tmpl @@ -1,8 +1,8 @@ [user] name = Jeff LANCE email = "{{ .email }}" -{{- if not (empty .signinkey) }} - signinkey = "{{ .signinkey }}" +{{- if not (empty .signingkey) }} + signingkey = "{{ .signingkey }}" {{- end }} [core] excludesfile = ~/.gitignore.global