-
I have written the following (shortened)
This generates the expected output via
but when I run
I get the error "chezmoi: ~/Dropbox/sync/chezmoi/.chezmoi.toml.tmpl: toml: incomplete number". What is going on? What is going wrong? Thanks for any pointers! ps: I run these commands on machine "drop-1", i.e. with the git repo in custom location. |
Beta Was this translation helpful? Give feedback.
Answered by
twpayne
Mar 2, 2025
Replies: 1 comment 3 replies
-
The syntax of your generated TOML is not correct. You have to quote strings. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
halloleo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The syntax of your generated TOML is not correct. You have to quote strings.