Merge pull request #208 from goofansu/fix-typo-rebar-erlydtl-compiler

Fix typo in rebar_erlydtl_compiler
This commit is contained in:
Jared Morrow 2014-03-05 22:31:47 -07:00
commit fa1a2b53fd

View file

@ -89,7 +89,7 @@
%% {doc_root, "src"}, {module_ext, "_dtl"} %% {doc_root, "src"}, {module_ext, "_dtl"}
%% ], %% ],
%% [ %% [
%% {doc_root, "templates", {module_ext, ""}, {source_ext, ".html"} %% {doc_root, "templates"}, {module_ext, ""}, {source_ext, ".html"}
%% ] %% ]
%% ]}. %% ]}.
-module(rebar_erlydtl_compiler). -module(rebar_erlydtl_compiler).