Up.
This commit is contained in:
parent
d79cf5344b
commit
ede5d70dfb
@ -1,5 +1,5 @@
|
|||||||
{{- $email := promptString "Git main email address " ""}}
|
{{- $email := promptString "Git main email address " ""}}
|
||||||
{{- with $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 }}
|
||||||
|
|
||||||
[data]
|
[data]
|
||||||
email = {{ $email | quote }}
|
email = {{ $email | quote }}
|
||||||
|
Loading…
Reference in New Issue
Block a user