Skip to content

Commit

Permalink
Fix incorrect config module name
Browse files Browse the repository at this point in the history
  • Loading branch information
Neylix committed Jul 25, 2023
1 parent e0465b6 commit 0c9ffd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/archethic/utils/regression/playbook.ex
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ defmodule Archethic.Utils.Regression.Playbook do
)
|> Enum.at(0)

@faucet_seed Application.compile_env(:archethic, [ArchethicWeb.FaucetController, :seed])
@faucet_seed Application.compile_env(:archethic, [ArchethicWeb.Explorer.FaucetController, :seed])

defmacro __using__(_opts \\ []) do
quote do
Expand Down

0 comments on commit 0c9ffd3

Please sign in to comment.