Skip to content

Commit

Permalink
Use quote template function
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Aug 6, 2024
1 parent 87d14e4 commit 526cb6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .chezmoi.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
{{- writeToStdout "💡 Tip: you can re-enter your name and email with `chezmoi init --data=false`.\n" -}}
{{- end -}}

sourceDir: "{{ .chezmoi.sourceDir }}"
sourceDir: {{ .chezmoi.sourceDir | quote }}

data:
name: "{{ $name }}"
email: "{{ $email }}"
name: {{ $name | quote }}
email: {{ $email | quote }}

0 comments on commit 526cb6f

Please sign in to comment.