Skip to content

Commit b142e94

Browse files
committed
Remove redundant quotes
1 parent 3ca3c6f commit b142e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ defmodule Mix.Tasks.Deps.Compile do
356356
defp shell_cmd!(%Mix.Dep{app: app} = dep, config, command, env \\ []) do
357357
if Mix.shell().cmd(command, [print_app: true] ++ opts_for_cmd(dep, config, env)) != 0 do
358358
Mix.raise(
359-
"Could not compile dependency #{inspect(app)}, \"#{inspect(command)}\" command failed. " <>
359+
"Could not compile dependency #{inspect(app)}, #{inspect(command)} command failed. " <>
360360
deps_compile_feedback(app)
361361
)
362362
end

0 commit comments

Comments
 (0)