chore: fix ash_postgres igniter

This commit is contained in:
Zach Daniel 2024-09-16 08:55:32 -04:00
parent 448237d8d1
commit d472f622f9

View file

@ -252,7 +252,7 @@ defmodule Mix.Tasks.AshPostgres.Install do
default_data_case_contents,
# do nothing if already exists
fn zipper -> {:ok, zipper} end,
path: Igniter.Project.Module.proper_location(igniter, module_name, "test/support")
path: Igniter.Project.Module.proper_location(igniter, module_name, :test_support)
)
end