From f2cff3290cb9c35f609c5bb246ea8bd01fdc3e4e Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Thu, 19 Sep 2024 17:37:42 +0200 Subject: [PATCH] [mbsync] Do not wreck the template by slurping backwards --- private_dot_mbsyncrc.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private_dot_mbsyncrc.tmpl b/private_dot_mbsyncrc.tmpl index 03bcc4b..b8531e6 100644 --- a/private_dot_mbsyncrc.tmpl +++ b/private_dot_mbsyncrc.tmpl @@ -7,7 +7,7 @@ PassCmd "gopass show communication/{{.host}}/{{.user}}" Port {{ .port }} TLSType IMAPS AuthMechs Login -{{- if hasKey . "certificate" -}} +{{ if hasKey . "certificate" -}} CertificateFile ~/.cert/email-cert-{{.name}}.pem {{- end }}