Skip to content

Commit 28a0743

Browse files
committed
fix: incorrect assigment
1 parent 9b69779 commit 28a0743

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.chezmoi.yaml.tmpl

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
{{- $fullname := "" -}}
44
{{- if stdinIsATTY -}}
55
{{/* we are in interactive mode */}}
6-
{{- $email := promptStringOnce . "email" "Email address" -}}
7-
{{- $recipient := promptStringOnce . "recipient" "GPG recipient" -}}
8-
{{- $fullname := promptStringOnce . "fullname" "Full name" -}}
6+
{{- $email = promptStringOnce . "email" "Email address" -}}
7+
{{- $recipient = promptStringOnce . "recipient" "GPG recipient" -}}
8+
{{- $fullname = promptStringOnce . "fullname" "Full name" -}}
99
{{- else -}}
1010
{{- $email = "[email protected]" -}}
1111
{{- $recipient = "XXX" -}}

0 commit comments

Comments
 (0)