summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2016-08-10 12:57:02 -0400
committerGitHub <noreply@github.com>2016-08-10 12:57:02 -0400
commitde9f341c9b3dd78776cfae789efe52d70b95ca64 (patch)
tree81316ebe9cdd48f6c8b50b4a73d7ca63ee422ca0 /src
parent26104213e6f029b70fa74d01000efc9d4b322a64 (diff)
parentc8ec1546e5aa0a5b5aafad7d45d754b6464c2d04 (diff)
Merge pull request #1282 from ssbx/custom_template_dir
template_dir option was forgotten in documentation plus recurse in di…
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 2f33bfc..299b957 100644
--- a/src/rebar_templater.erl
+++ b/src/rebar_templater.erl
@@ -326,7 +326,7 @@ find_other_templates(State) ->
undefined ->
[];
TemplateDir ->
- rebar_utils:find_files(TemplateDir, ?TEMPLATE_RE)
+ rebar_utils:find_files(TemplateDir, ?TEMPLATE_RE, true) % recursive
end.
%% Fetch template indexes that sit on disk in plugins