Update .config/git/config.local

This commit is contained in:
punkfairie 2024-04-20 10:16:06 -07:00
parent 50af4d566f
commit 727a2c3a5f
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -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!" -}}