1
0
This commit is contained in:
Jeff Lance 2024-03-04 14:01:37 +01:00
parent 4335ab7206
commit d79cf5344b

View File

@ -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 }}