summaryrefslogtreecommitdiff
path: root/priv/templates/relx_rebar.config
diff options
context:
space:
mode:
authorHeinz N. Gies <heinz@licenser.net>2016-02-08 11:15:59 -0500
committerHeinz N. Gies <heinz@licenser.net>2016-02-08 11:15:59 -0500
commit2f563041cb248ba0cac27b92da5dcc3e7be27f80 (patch)
treee27ecaf59cfeb0e6406f1f4ce753842ff52855d5 /priv/templates/relx_rebar.config
parent91c47db27a3c63fc04940c7c72433062dbadf042 (diff)
parent7fab47dfa05754242790a748bbd303ffe9703e5c (diff)
Merge master
Diffstat (limited to 'priv/templates/relx_rebar.config')
-rw-r--r--priv/templates/relx_rebar.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/priv/templates/relx_rebar.config b/priv/templates/relx_rebar.config
index da32819..81b7dbe 100644
--- a/priv/templates/relx_rebar.config
+++ b/priv/templates/relx_rebar.config
@@ -1,8 +1,8 @@
{erl_opts, [debug_info]}.
{deps, []}.
-{relx, [{release, {'{{name}}', "0.1.0"},
- ['{{name}}',
+{relx, [{release, { {{name}}, "0.1.0" },
+ [{{name}},
sasl]},
{sys_config, "./config/sys.config"},