diff options
author | Tristan Sloughter <t@crashfast.com> | 2015-05-08 18:06:06 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2015-05-08 20:54:38 -0500 |
commit | 4e5bc6056f7865d7ebe920a5c55684f5f7d414af (patch) | |
tree | a9ff15ec26854c3b43e87fdcbe019e4d19ac4143 /src | |
parent | 6bc5af5479cff211cc4ad4061b61d00c697ddd2b (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}]). |