Skip to content

Commit f0c0a29

Browse files
committed
Remove redundant quotes
1 parent 360db23 commit f0c0a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/tasks/deps.compile.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ defmodule Mix.Tasks.Deps.Compile do
374374
defp shell_cmd!(%Mix.Dep{app: app} = dep, config, command, env \\ []) do
375375
if Mix.shell().cmd(command, [print_app: true] ++ opts_for_cmd(dep, config, env)) != 0 do
376376
Mix.raise(
377-
"Could not compile dependency #{inspect(app)}, \"#{inspect(command)}\" command failed. " <>
377+
"Could not compile dependency #{inspect(app)}, #{inspect(command)} command failed. " <>
378378
deps_compile_feedback(app)
379379
)
380380
end

0 commit comments

Comments
 (0)