Skip to content

Commit

Permalink
Adjust error message (phoenixframework#4847)
Browse files Browse the repository at this point in the history
Since Elixir has got the runtime config, it's not necessarily the case that the manifest will be configured in "config/prod.exs", it might be done in the "config/runtime.exs" using env variables for example
  • Loading branch information
bcat-eu authored Jul 19, 2022
1 parent c468e55 commit e645115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phoenix/endpoint/supervisor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ defmodule Phoenix.Endpoint.Supervisor do
else
Logger.error "Could not find static manifest at #{inspect outer}. " <>
"Run \"mix phx.digest\" after building your static files " <>
"or remove the configuration from \"config/prod.exs\"."
"or remove the \"cache_static_manifest\" configuration from your config files."
end
else
%{}
Expand Down

0 comments on commit e645115

Please sign in to comment.