diff options
author | Tristan Sloughter <t@crashfast.com> | 2015-05-08 18:06:06 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2015-05-08 21:17:37 -0500 |
commit | d53d3b56be9bb975f6d759d8e5df6af389db9d92 (patch) | |
tree | a9ff15ec26854c3b43e87fdcbe019e4d19ac4143 /src | |
parent | bacde15b48a3b4d6594777dd040430ae611f09e5 (diff) |
update mustache to v0.3.0 and relx to 2.0.0
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_templater.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_templater.erl b/src/rebar_templater.erl index c5cec9f..353fa36 100644 --- a/src/rebar_templater.erl +++ b/src/rebar_templater.erl @@ -380,4 +380,4 @@ write_file(Output, Data, Force) -> %% Render a binary to a string, using mustache and the specified context %% render(Bin, Context) -> - mustache:render(ec_cnv:to_binary(Bin), Context). + mustache:render(ec_cnv:to_binary(Bin), Context, [{key_type, atom}]). |