Skip to content

Commit 7e933cd

Browse files
committed
no need to explicitly declare the redix application
1 parent f3c9c2a commit 7e933cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ defmodule FunWithFlags.Mixfile do
5353
if System.get_env("PERSISTENCE") == "ecto" do
5454
apps ++ [:ecto, :ecto_sql, :postgrex]
5555
else
56-
[:redix | apps]
56+
apps
5757
end
5858

5959
apps =

0 commit comments

Comments
 (0)