chore: update readme matcher in importer

This commit is contained in:
Zach Daniel 2024-05-11 02:19:16 -04:00
parent 826d220016
commit 44b97fcd6c

View file

@ -623,7 +623,7 @@ defmodule Utils do
String.starts_with?(Path.basename(to_string(item)), "DSL:")
end)
|> Stream.reject(fn {item, _} ->
String.downcase(Path.basename(to_string(item))) == "README.md"
String.downcase(Path.basename(to_string(item))) == "readme.md"
end)
|> Enum.reject(fn
{_name, config} ->