diff --git a/home/.chezmoi.yaml.tmpl b/home/.chezmoi.yaml.tmpl index e9572a3..a6a00f8 100644 --- a/home/.chezmoi.yaml.tmpl +++ b/home/.chezmoi.yaml.tmpl @@ -1,5 +1,5 @@ {{- $email := promptStringOnce . "email" "Email address " }} -{{- $mbsyncAccountNumber := promptIntOnce . "mbsyncAccountNumber" "How many mbsync accounts would you generate " }} +{{- $mbsyncAccountNumber := promptIntOnce . "mbsyncAccountNumber" "How many mbsync accounts would you generate " | int }} {{- if gt $mbsyncAccountNumber 0 }} {{- range $i, $e := until $mbsyncAccountNumber -}}