We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b69779 commit 28a0743Copy full SHA for 28a0743
.chezmoi.yaml.tmpl
@@ -3,9 +3,9 @@
3
{{- $fullname := "" -}}
4
{{- if stdinIsATTY -}}
5
{{/* we are in interactive mode */}}
6
-{{- $email := promptStringOnce . "email" "Email address" -}}
7
-{{- $recipient := promptStringOnce . "recipient" "GPG recipient" -}}
8
-{{- $fullname := promptStringOnce . "fullname" "Full name" -}}
+{{- $email = promptStringOnce . "email" "Email address" -}}
+{{- $recipient = promptStringOnce . "recipient" "GPG recipient" -}}
+{{- $fullname = promptStringOnce . "fullname" "Full name" -}}
9
{{- else -}}
10
{{- $email = "[email protected]" -}}
11
{{- $recipient = "XXX" -}}
0 commit comments