From 3bf4b983580eadc996ca297414af4f7e1a2ce56b Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Wed, 10 Apr 2024 23:26:35 +0200 Subject: [PATCH] Up. --- home/dot_gitconfig.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/dot_gitconfig.tmpl b/home/dot_gitconfig.tmpl index 6b6f812..abf1a31 100644 --- a/home/dot_gitconfig.tmpl +++ b/home/dot_gitconfig.tmpl @@ -1,7 +1,7 @@ [user] name = Jeff LANCE email = "{{ .email }}" -{{ if not empty .signinkey }} +{{ if not (empty .signinkey) }} signinkey = "{{ .signinkey }}" {{ end }} [core]