From a219dc09a65e065febde1b6e19da8fd7ab65023d Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Fri, 12 Apr 2024 12:38:10 +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 f8902d3..54c8ace 100644 --- a/home/dot_gitconfig.tmpl +++ b/home/dot_gitconfig.tmpl @@ -1,9 +1,9 @@ [user] name = Jeff LANCE email = "{{ .email }}" -{{- if not (empty .signinkey) -}} +{{- if not (empty .signinkey) }} signinkey = "{{ .signinkey }}" -{{- end -}} +{{- end }} [core] excludesfile = /home/jeff/.gitignore.global [credential]