fix(gpg): template syntax

This commit is contained in:
winston 2022-10-24 04:32:22 +02:00
parent 16ac8e1af7
commit 0f07741d5a
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -3,6 +3,6 @@ default-cache-ttl 60
max-cache-ttl 120 max-cache-ttl 120
default-cache-ttl-ssh 60 default-cache-ttl-ssh 60
max-cache-ttl-ssh 120 max-cache-ttl-ssh 120
{{- if eq .chezmoi.os "darwin" -}} {{ if eq .chezmoi.os "darwin" -}}
pinentry-program /opt/homebrew/bin/pinentry-mac pinentry-program /opt/homebrew/bin/pinentry-mac
{{- end -}} {{- end -}}