fix chezmoi.toml: don't remove whitespace after prompt* function
This commit is contained in:
parent
9fd0e7831e
commit
b86adbe790
@ -8,8 +8,7 @@
|
||||
command = "nvim"
|
||||
args = ["-d", "{{ `{{ .Destination }}` }}", "{{ `{{ .Source }}` }}", "{{ `{{ .Target }}` }}"]
|
||||
|
||||
{{- $choices := list "desktop" "laptop" "server" -}}
|
||||
{{- $hosttype := promptChoiceOnce . "hosttype" "What type of host?" $choices -}}
|
||||
|
||||
{{- $choices := list "desktop" "laptop" "server" }}
|
||||
{{ $hosttype := promptChoiceOnce . "hosttype" "What type of host" $choices }}
|
||||
[data]
|
||||
hosttype = {{- $hosttype | quote -}}
|
||||
|
Loading…
Reference in New Issue
Block a user