From d79cf5344bd41a9e82f7cff932f2aa0c3e4496f2 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Mon, 4 Mar 2024 14:01:37 +0100 Subject: [PATCH] Up. --- home/.chezmoi.toml.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/.chezmoi.toml.tmpl b/home/.chezmoi.toml.tmpl index a25fa56..7a6015c 100644 --- a/home/.chezmoi.toml.tmpl +++ b/home/.chezmoi.toml.tmpl @@ -1,5 +1,5 @@ {{- $email := promptString "Git main email address " ""}} -{{- with $mbsyncAccountNumber := promptInt "How many mbsync accounts would you generate " 0 }}{{ $mbsyncAccountNumber = $mbsyncAccountNumber | int }}{{ end }} +{{- with $mbsyncAccountNumber := promptInt "How many mbsync accounts would you generate " 0 }}{{ $mbsyncAccountNumber = $mbsyncAccountNumber | int }} [data] email = {{ $email | quote }} @@ -16,3 +16,4 @@ user = {{ $mbsyncAccountUser | quote }} host = {{ $mbsyncAccountHost | quote }} {{- end }} {{- end }} +{{- end }}