From 3ae5b4fd428ea911100a2f80cf036b9003a31800 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sun, 3 Mar 2024 18:26:10 +0100 Subject: [PATCH] Up. --- .chezmoi.toml.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index 8bd9370..dbd7fae 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -1,4 +1,4 @@ -{{ $email := promptString "email" -}} +{{- $email := promptStringOnce . "email" "Email address" -}} [data] -email = "{{ $email }}" + email = {{ $email | quote }}