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.
1 parent f322d26 commit 3a34f24Copy full SHA for 3a34f24
lib/elixir/lib/config/provider.ex
@@ -342,7 +342,7 @@ defmodule Config.Provider do
342
* Make the runtime value match the compile time one
343
344
* Recompile your project. If the misconfigured application is a dependency, \
345
- you may need to run "mix deps.compile #{app} --force"
+ you may need to run "mix deps.clean #{app} --build"
346
347
* Alternatively, you can disable this check. If you are using releases, you can \
348
set :validate_compile_env to false in your release configuration. If you are \
0 commit comments