Up.
This commit is contained in:
parent
00002cb238
commit
dc98242918
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user