Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect path initialization in cookbook_dir
- Replace '__file__' string with __file__ identifier to correctly initialize Path object. - This change ensures that the Path object uses the actual file location rather than the string '__file__'.
- Loading branch information