ash-project / igniter

A code generation and project patching framework.
https://hexdocs.pm/igniter/readme.html
MIT License
106 stars 10 forks source link

fix: include only "mix.exs" in the actual run in apply_and_fetch_dependencies #32

Closed ibarakaiev closed 2 months ago

ibarakaiev commented 2 months ago

Contributor checklist

There's a bug in Igniter.apply_and_fetch_dependencies/2, which is that changes are previewed only for mix.exs but run on all files. This PR adds a path for mix.exs to the actual Igniter invocation.