summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Fish <james@fishcakez.com>2014-11-20 17:28:47 +0000
committerJames Fish <james@fishcakez.com>2014-11-20 18:43:07 +0000
commit08698c9403f2dee266ff5d4910a7ee92869b55cd (patch)
tree902a51bb6e069cfcb939da9027f29d15f7af6922
parent642a71e4cea50e5fb980a374de41f029e347d79d (diff)
Remove inets from escript
-rw-r--r--rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 692ee7d..177037f 100644
--- a/rebar.config
+++ b/rebar.config
@@ -6,7 +6,7 @@
{escript_incl_extra, [{"priv/templates/*", "."}, {"rebar/include/*", "."}]}.
{escript_incl_apps,
- [inets, getopt, erlydtl, erlware_commons, relx, providers, rebar]}.
+ [getopt, erlydtl, erlware_commons, relx, providers, rebar]}.
{escript_top_level_app, rebar}.
{escript_name, rebar3}.