Innopolis University DevOps Playground
Skip to content
Snippets Groups Projects
Commit 32fc586c authored by Christophe Romain's avatar Christophe Romain
Browse files

Allow contribution to include .yml or .yaml config file

parent 8fedc945
No related branches found
No related tags found
No related merge requests found
......@@ -206,7 +206,7 @@ get_plain_terms_file(File1, Opts) ->
BinTerms1 = strings_to_binary(Terms),
ModInc = case proplists:get_bool(include_modules_configs, Opts) of
true ->
filelib:wildcard(ext_mod:modules_dir() ++ "/*/conf/*.yaml");
filelib:wildcard(ext_mod:modules_dir() ++ "/*/conf/*.{yml,yaml}");
_ ->
[]
end,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment