|
@ -326,7 +326,7 @@ find_other_templates(State) -> |
|
|
undefined -> |
|
|
undefined -> |
|
|
[]; |
|
|
[]; |
|
|
TemplateDir -> |
|
|
TemplateDir -> |
|
|
rebar_utils:find_files(TemplateDir, ?TEMPLATE_RE) |
|
|
|
|
|
|
|
|
rebar_utils:find_files(TemplateDir, ?TEMPLATE_RE, true) % recursive |
|
|
end. |
|
|
end. |
|
|
|
|
|
|
|
|
%% Fetch template indexes that sit on disk in plugins |
|
|
%% Fetch template indexes that sit on disk in plugins |
|
|