Closed acourtneybrown closed 1 year ago
@acourtneybrown thanks for reporting this and sorry for the bug. It should be fixed with above commit, I'm gonna release a new version on homebrew today.
The dotfiles:
entry is still mandatory but it will now be transparently added if not present (without warning) so that the user experience is smoother.
Version 1.12.8 with the bug fix is on its way to homebrew: https://github.com/Homebrew/homebrew-core/pull/121232
Dotdrop version (and git commit if run from source): v1.12.7 Using dotdrop: Homebrew
Describe the bug
The change requiring a
dotfiles
property in each profile appear to fail if the profile is only included elsewhere, but does not include files of include other profiles.Steps to Reproduce
In my dotdrop
config.yaml
file, including thedotfiles
property (currently commented out here) causes the following error:When the
dotfiles
property is commented out,Expected behavior
With the
dotfiles
property in the profile, I would expect the following output:Additional information
The relevant part of the config file
Dotdrop's execution with the debug logs (
--verbose
)Any additional information that would help reproduce the bug.