From 4e5bc6056f7865d7ebe920a5c55684f5f7d414af Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Fri, 8 May 2015 18:06:06 -0500 Subject: update mustache to v0.3.0 and relx to 2.0.0 --- src/rebar_templater.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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}]). -- cgit v1.1