diff options
| author | Nathan Perry <np@nathanperry.dev> | 2020-01-28 22:34:43 -0500 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2020-01-28 22:34:43 -0500 |
| commit | 021108b2c9a34c05d2b1e3e7899c29d8de463e41 (patch) | |
| tree | 29a5c3f8eded091c358e9d31233a63043d7ef465 /apps/thulani_bot/mix.exs | |
| parent | adfd8447a5424f2840e14b3afb1196182878a2ed (diff) | |
maybe we're somewhat close to things working?elixir.prev
Diffstat (limited to 'apps/thulani_bot/mix.exs')
| -rw-r--r-- | apps/thulani_bot/mix.exs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/thulani_bot/mix.exs b/apps/thulani_bot/mix.exs index 9d3b6ae..9338bb1 100644 --- a/apps/thulani_bot/mix.exs +++ b/apps/thulani_bot/mix.exs @@ -17,7 +17,9 @@ defmodule Thulani.Bot.MixProject do def application do [ - extra_applications: [:logger], + extra_applications: [ + :logger + ], mod: {Thulani.Bot.Application, []} ] end |
