summaryrefslogtreecommitdiff
path: root/src/rebar_templater.erl
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2015-06-21 20:44:04 -0400
committerFred Hebert <mononcqc@ferd.ca>2015-06-21 20:44:04 -0400
commit11d7a07064d044f2383fc699d7180ea6830b1299 (patch)
treeea1c2c7c236b754d2048195f9efb564748ee2e98 /src/rebar_templater.erl
parent4acd8e01510a6ff387dfae499c1d2e863945d3f7 (diff)
parent6d3a107056833e4360baf0354774506a4ff2bec0 (diff)
Merge pull request #532 from tsloughter/pkgs_for_deps
Updates some deps, moves to packages for deps and adds dialyzer profile
Diffstat (limited to 'src/rebar_templater.erl')
-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 353fa36..3aa6e90 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, [{key_type, atom}]).
+ bbmustache:render(ec_cnv:to_binary(Bin), Context, [{key_type, atom}]).