We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Mix.Config
1 parent 7002554 commit f5735ebCopy full SHA for f5735eb
lib/elixir/lib/config.ex
@@ -55,7 +55,7 @@ defmodule Config do
55
56
It has to be replaced by:
57
58
- for config <- "apps/*/config/config.exs" |> Path.expand() |> Path.wildcard() do
+ for config <- "../apps/*/config/config.exs" |> Path.expand(__DIR__) |> Path.wildcard() do
59
import_config config
60
end
61
0 commit comments