diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index 66cd5c6..88b4f9c 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -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 -}}