From 727a2c3a5f739e5c2145e684c1f0bb4a7bd88534 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sat, 20 Apr 2024 10:16:06 -0700 Subject: [PATCH] Update .config/git/config.local --- dot_config/git/config.local.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/git/config.local.tmpl b/dot_config/git/config.local.tmpl index e5f0cb1..3a8ba8f 100644 --- a/dot_config/git/config.local.tmpl +++ b/dot_config/git/config.local.tmpl @@ -3,7 +3,7 @@ [user] name = punkfairie email = 23287005+punkfairie@users.noreply.github.com - {{ if .gpgKey -}} + {{ if hasKey . "gpgKey" -}} signingkey = {{ .gpgKey }} {{- else -}} {{- output "echo" ".gpgKey not set, please run chezmoi apply again!" -}}