Skip to content

Commit cad75d1

Browse files
fix ecto.migrate
1 parent 2953f97 commit cad75d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/mongo_ecto.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ defmodule Mongo.Ecto do
422422
{_, opts} = repo.__pool__
423423
with {:ok, pool} <- DBConnection.ensure_all_started(opts, type),
424424
{:ok, mongo} <- Application.ensure_all_started(:mongodb, type),
425-
do: {:ok, pool ++ [mongo]}
425+
do: {:ok, pool ++ mongo}
426426
end
427427

428428
@doc false

0 commit comments

Comments
 (0)