summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2015-05-08 22:07:46 -0400
committerFred Hebert <mononcqc@ferd.ca>2015-05-08 22:07:46 -0400
commiteb1dec19c7233d02fe3b73f2bc8e25318ac42c0f (patch)
treea9ff15ec26854c3b43e87fdcbe019e4d19ac4143 /src
parent6bc5af5479cff211cc4ad4061b61d00c697ddd2b (diff)
parent4e5bc6056f7865d7ebe920a5c55684f5f7d414af (diff)
Merge pull request #404 from tsloughter/master
update mustache to v0.3.0 and relx to current master ref
Diffstat (limited to 'src')
-rw-r--r--src/rebar_templater.erl2
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}]).