1
0
This commit is contained in:
Jeff Lance 2024-03-04 13:58:35 +01:00
parent 00002cb238
commit dc98242918

View File

@ -1,6 +1,5 @@
{{- $email := promptString "Git main email address " ""}}
{{- $mbsyncAccountNumber := promptInt "How many mbsync accounts would you generate " 0 }}
{{- $mbsyncAccountNumber = $mbsyncAccountNumber | int -}}
{{- with promptInt "How many mbsync accounts would you generate " 0 }}{{ $mbsyncAccountNumber := . | int }}{{ end }}
[data]
email = {{ $email | quote }}