We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
running chezmoi add -T file, where file contains /Users/name/... results in /Users/{{ .chezmoi.username }}/... instead of {{ .chezmoi.homedir }}/....
chezmoi add -T file
file
/Users/name/...
/Users/{{ .chezmoi.username }}/...
{{ .chezmoi.homedir }}/...
The text was updated successfully, but these errors were encountered:
Thanks for the bug report!
I have a FIXME for this in the code: https://github.com/twpayne/chezmoi/blob/master/lib/chezmoi/autotemplate_test.go#L42-L52 but I haven't fixed it yet.
Sorry, something went wrong.
555ea41
Fixed in v0.0.12. Please tell me of any problems. Thanks again for the bug report :)
v0.0.12
You are welcome and thanks for fixing :)
twpayne
No branches or pull requests
running
chezmoi add -T file
, wherefile
contains/Users/name/...
results in/Users/{{ .chezmoi.username }}/...
instead of{{ .chezmoi.homedir }}/...
.The text was updated successfully, but these errors were encountered: