Skip to content

Commit f5735eb

Browse files
zillouJosé Valim
authored andcommitted
Make the wildcard example equivalent with Mix.Config in an umbrella project (#9251)
1 parent 7002554 commit f5735eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/config.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ defmodule Config do
5555
5656
It has to be replaced by:
5757
58-
for config <- "apps/*/config/config.exs" |> Path.expand() |> Path.wildcard() do
58+
for config <- "../apps/*/config/config.exs" |> Path.expand(__DIR__) |> Path.wildcard() do
5959
import_config config
6060
end
6161

0 commit comments

Comments
 (0)