Skip to content

Commit 8a48b1d

Browse files
author
José Valim
committed
Mention config/config.exs in warning
1 parent ee22b51 commit 8a48b1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/mix/lib/mix/tasks/app.start.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ defmodule Mix.Tasks.App.Start do
113113
loaded = for {app, _, _} <- :application.loaded_applications(), do: app
114114
_ = for app <- configured -- loaded, :code.lib_dir(app) == {:error, :bad_name} do
115115
Mix.shell.error """
116-
You have configured application #{inspect app} but it is not available.
116+
You have configured application #{inspect app} in your config/config.exs
117+
but the application is not available.
117118
118119
This usually means one of:
119120

0 commit comments

Comments
 (0)