Up.
This commit is contained in:
parent
00002cb238
commit
dc98242918
@ -1,6 +1,5 @@
|
|||||||
{{- $email := promptString "Git main email address " ""}}
|
{{- $email := promptString "Git main email address " ""}}
|
||||||
{{- $mbsyncAccountNumber := promptInt "How many mbsync accounts would you generate " 0 }}
|
{{- with promptInt "How many mbsync accounts would you generate " 0 }}{{ $mbsyncAccountNumber := . | int }}{{ end }}
|
||||||
{{- $mbsyncAccountNumber = $mbsyncAccountNumber | int -}}
|
|
||||||
|
|
||||||
[data]
|
[data]
|
||||||
email = {{ $email | quote }}
|
email = {{ $email | quote }}
|
||||||
|
Loading…
Reference in New Issue
Block a user