Skip to content

Commit c0aa69b

Browse files
committed
Merge remote-tracking branch 'origin/main' into doorgan/multiroot_support
2 parents 74a24fb + 69ac8fe commit c0aa69b

File tree

1 file changed

+1
-1
lines changed
  • apps/forge/lib/forge/namespace/transform

1 file changed

+1
-1
lines changed

apps/forge/lib/forge/namespace/transform/configs.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Forge.Namespace.Transform.Configs do
22
def apply_to_all(base_directory) do
33
base_directory
4-
|> Path.join("**/*.exs")
4+
|> Path.join("**/runtime.exs")
55
|> Path.wildcard()
66
|> Enum.map(&Path.absname/1)
77
|> tap(fn paths ->

0 commit comments

Comments
 (0)