Skip to content

Commit 3a34f24

Browse files
aptiniojosevalim
authored andcommitted
Provide compile_env tip that fixes the error across all environments (#12702)
1 parent f322d26 commit 3a34f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/config/provider.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ defmodule Config.Provider do
342342
* Make the runtime value match the compile time one
343343
344344
* Recompile your project. If the misconfigured application is a dependency, \
345-
you may need to run "mix deps.compile #{app} --force"
345+
you may need to run "mix deps.clean #{app} --build"
346346
347347
* Alternatively, you can disable this check. If you are using releases, you can \
348348
set :validate_compile_env to false in your release configuration. If you are \

0 commit comments

Comments
 (0)