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 21e949c commit 39e908bCopy full SHA for 39e908b
lib/mix/lib/mix/tasks/compile.app.ex
@@ -271,7 +271,7 @@ defmodule Mix.Tasks.Compile.App do
271
defp merge_project_application(best_guess, _project, application) do
272
if not Keyword.keyword?(application) do
273
Mix.raise(
274
- "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)}"
275
)
276
end
277
0 commit comments