Dotdrop version (and git commit if run from source): v1.16.2
Using dotdrop: via mise and uv tool install
Describe the bug
For imported directories with templates in subfiles, dotdrop update doesn't honor the templates like for imported files and replaces the dotpath subfile with the resolved installed file.
Also no warning like <FILE> uses template, update manually is shown.
Steps to Reproduce
Steps to reproduce the behavior:
- Import a folder to dotdrop|
- Create a subfile with a template:
{%@@ if profile == "p1" @@%}
hello p1
{%@@ else @@%}
hello other
dotdrop install
dotdrop update
- subfile in dothpath is replaced with resolved file
Expected behavior
See no changes in the dotpath and a message <FILE> uses template, update manually
If you need any more information, I'm happy to help
Dotdrop version (and git commit if run from source): v1.16.2
Using dotdrop: via mise and uv tool install
Describe the bug
For imported directories with templates in subfiles,
dotdrop updatedoesn't honor the templates like for imported files and replaces the dotpath subfile with the resolved installed file.Also no warning like
<FILE> uses template, update manuallyis shown.Steps to Reproduce
Steps to reproduce the behavior:
dotdrop installdotdrop updateExpected behavior
See no changes in the dotpath and a message
<FILE> uses template, update manuallyIf you need any more information, I'm happy to help