chore: choose a shorter name for mix task

This commit is contained in:
Zach Daniel 2024-07-09 17:43:06 -04:00
parent a930457d87
commit 7dae2408d4

View file

@ -16,7 +16,7 @@ defmodule Mix.Tasks.AshPostgres.Install do
|> configure_test(otp_app, repo)
|> configure_runtime(otp_app, repo)
|> Igniter.Project.Application.add_new_child(repo)
|> Ash.Igniter.codegen("install_ash_postgres")
|> Ash.Igniter.codegen("initialize")
end
defp configure_config(igniter, otp_app, repo) do