summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 88dc757..b8ac847 100644
--- a/mix.exs
+++ b/mix.exs
@@ -11,7 +11,7 @@ defmodule PowerDNSex.Mixfile do
end
def application do
- [applications: [:logger, :httpoison]]
+ [applications: [:logger, :httpoison], mod: {PowerDNSex, []}]
end
defp deps do