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 }}