From 22805f0fb7cbd55a1b75c4ae9613bff2bf8dd2d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Tue, 5 Jan 2021 17:25:49 +0100 Subject: [PATCH] Add :eldap to mix's extra_applications --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index c7a162a..2e97a6c 100644 --- a/mix.exs +++ b/mix.exs @@ -20,7 +20,7 @@ defmodule RecycledCloud.MixProject do def application do [ mod: {RecycledCloud.Application, []}, - extra_applications: [:logger, :runtime_tools] + extra_applications: [:logger, :runtime_tools, :eldap] ] end