summaryrefslogtreecommitdiff
path: root/priv/templates/relx_rebar.config
diff options
context:
space:
mode:
authorsimonxu72 <simon.xu72@gmail.com>2018-10-16 18:37:28 +0800
committersimonxu72 <simon.xu72@gmail.com>2018-10-16 18:37:28 +0800
commit41d133856bf199034b0eeb0903bedc2071fba7e1 (patch)
tree15135eaf1501e016ec1b91b275356a0cfd92d867 /priv/templates/relx_rebar.config
parentb81871c61809a9e5c09f54d6c8298908d18a760c (diff)
parent7bfc8110d1736d2cbf61e19d2fc16dc8e854b460 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'priv/templates/relx_rebar.config')
-rw-r--r--priv/templates/relx_rebar.config5
1 files changed, 3 insertions, 2 deletions
diff --git a/priv/templates/relx_rebar.config b/priv/templates/relx_rebar.config
index 81b7dbe..30a629f 100644
--- a/priv/templates/relx_rebar.config
+++ b/priv/templates/relx_rebar.config
@@ -1,8 +1,9 @@
+{{=@@ @@=}}
{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"},