a
This commit is contained in:
parent
f4316a54af
commit
7474e38302
1 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,7 @@
|
||||||
{{- $email := promptString "email" -}}
|
{{- $graphical := promptString "graphical" -}}
|
||||||
|
{{- $root := promptString "root" -}}
|
||||||
|
|
||||||
[data]
|
[data]
|
||||||
email = "{{ $email }}"
|
email = "iptq@protonmail.com"
|
||||||
|
graphical = {{ $graphical }}
|
||||||
|
root = {{ $root }}
|
||||||
|
|
Loading…
Reference in a new issue