aboutsummaryrefslogtreecommitdiff
path: root/apps/thulani_bot/mix.exs
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2020-01-28 22:34:43 -0500
committerNathan Perry <np@nathanperry.dev>2020-01-28 22:34:43 -0500
commit021108b2c9a34c05d2b1e3e7899c29d8de463e41 (patch)
tree29a5c3f8eded091c358e9d31233a63043d7ef465 /apps/thulani_bot/mix.exs
parentadfd8447a5424f2840e14b3afb1196182878a2ed (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.exs4
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