diff --git a/home/.chezmoi.toml.tmpl b/home/.chezmoi.toml.tmpl index d144a41..0db2bcd 100644 --- a/home/.chezmoi.toml.tmpl +++ b/home/.chezmoi.toml.tmpl @@ -9,7 +9,7 @@ email = {{ $email | quote }} name = {{ promptString "MbSync account name " }} mail = {{ promptString "MbSync account mail " }} user = {{ promptString "MbSync account user " }} -host = {{ promptString "MbSync account host " -}} +host = {{ promptString "MbSync account host " | quote }} {{- end }} {{- end }} {{- end }}