Skip to content

Commit

Permalink
fix: pass AST to deal with stupid igniter behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Nov 27, 2024
1 parent dfb4efb commit 83e251d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/tasks/ash_postgres.install.ex
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ defmodule Mix.Tasks.AshPostgres.Install do
&Igniter.Code.List.replace_in_list(
&1,
is_ecto_setup,
"ash.setup"
Sourceror.parse_string!("\"ash.setup\"")
)
)
|> Igniter.Project.TaskAliases.add_alias("test", ["ash.setup --quiet", "test"],
Expand Down

0 comments on commit 83e251d

Please sign in to comment.