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