Skip to content

Commit

Permalink
chore: properly call DotFormatter.read
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Nov 4, 2024
1 parent 5e78754 commit 5ae3ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/igniter.ex
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ defmodule Igniter do
rewrite:
Rewrite.new(
hooks: [Igniter.Rewrite.DotFormatterUpdater],
dot_formatter: Rewrite.DotFormatter.read!(ignore_unknown_deps: true)
dot_formatter: Rewrite.DotFormatter.read!(nil, ignore_unknown_deps: true)
)
}
|> include_existing_elixir_file(".igniter.exs", required?: false)
Expand Down

0 comments on commit 5ae3ec1

Please sign in to comment.