Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Feb 12, 2025
1 parent a4f41c9 commit 7f7bf72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/igniter/project/config.ex
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ defmodule Igniter.Project.Config do
end

defp config_file_path(igniter, file_name) do
case igniter |> Igniter.Project.Application.config_path() |> Path.split() do
case igniter |> Igniter.Project.Application.config_path() |> Path.split() do
[path] -> [path]
path -> Enum.drop(path, -1)
end
Expand Down

0 comments on commit 7f7bf72

Please sign in to comment.