diff --git a/lib/mix/tasks/ash_postgres.install.ex b/lib/mix/tasks/ash_postgres.install.ex index df0f99a..9da42f1 100644 --- a/lib/mix/tasks/ash_postgres.install.ex +++ b/lib/mix/tasks/ash_postgres.install.ex @@ -101,6 +101,7 @@ defmodule Mix.Tasks.AshPostgres.Install do String.to_integer(System.get_env("POOL_SIZE") || "10") end ) + |> then(&{:ok, &1}) {:error, _error} -> Igniter.Code.Common.add_code(zipper, """