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 7ffa8c8 commit 46aa2d6Copy full SHA for 46aa2d6
lib/mix/lib/mix/tasks/compile.app.ex
@@ -282,7 +282,7 @@ defmodule Mix.Tasks.Compile.App do
282
defp merge_project_application(best_guess, _project, application) do
283
if not Keyword.keyword?(application) do
284
Mix.raise(
285
- "Application configuration passed as :application should be a keyword list, , got: #{inspect(application)}"
+ "Application configuration passed as :application should be a keyword list, got: #{inspect(application)}"
286
)
287
end
288
0 commit comments