summaryrefslogtreecommitdiff
path: root/priv/templates/relx_rebar.config
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2016-01-11 14:54:49 -0500
committerFred Hebert <mononcqc@ferd.ca>2016-01-11 14:54:49 -0500
commit810b74326142f1f39cc98da6021c9fc9236a8045 (patch)
tree6cfbdd2c2eef535ac236bb3c48c553f7e911b287 /priv/templates/relx_rebar.config
parent2301dd5c2e10578b0744786b48e7815781eb4658 (diff)
Remove triple brackets in bbmustache templates
Issues formerly were avoided by quoting atoms. Unquoting them created unbalanced tags (`{{{name}}`) which were mistakes. This patch inserts spaces to unconfused bbmustache.
Diffstat (limited to 'priv/templates/relx_rebar.config')
-rw-r--r--priv/templates/relx_rebar.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/relx_rebar.config b/priv/templates/relx_rebar.config
index eab99ac..81b7dbe 100644
--- a/priv/templates/relx_rebar.config
+++ b/priv/templates/relx_rebar.config
@@ -1,7 +1,7 @@
{erl_opts, [debug_info]}.
{deps, []}.
-{relx, [{release, {{{name}}, "0.1.0"},
+{relx, [{release, { {{name}}, "0.1.0" },
[{{name}},
sasl]},