From 5ce0d84f44d3c9520234dda92bc4da975da1a201 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sat, 20 Apr 2024 10:17:56 -0700 Subject: [PATCH] Update .config/git/config.local --- dot_config/git/config.local.tmpl | 2 -- 1 file changed, 2 deletions(-) diff --git a/dot_config/git/config.local.tmpl b/dot_config/git/config.local.tmpl index 3a8ba8f..149f4dd 100644 --- a/dot_config/git/config.local.tmpl +++ b/dot_config/git/config.local.tmpl @@ -5,6 +5,4 @@ email = 23287005+punkfairie@users.noreply.github.com {{ if hasKey . "gpgKey" -}} signingkey = {{ .gpgKey }} - {{- else -}} - {{- output "echo" ".gpgKey not set, please run chezmoi apply again!" -}} {{- end }}