Skip to content

Commit db283cb

Browse files
committed
Remove redundant quotes
1 parent e5c6cb0 commit db283cb

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
@@ -372,7 +372,7 @@ defmodule Mix.Tasks.Deps.Compile do
372372
defp shell_cmd!(%Mix.Dep{app: app} = dep, config, command, env \\ []) do
373373
if Mix.shell().cmd(command, [print_app: true] ++ opts_for_cmd(dep, config, env)) != 0 do
374374
Mix.raise(
375-
"Could not compile dependency #{inspect(app)}, \"#{inspect(command)}\" command failed. " <>
375+
"Could not compile dependency #{inspect(app)}, #{inspect(command)} command failed. " <>
376376
deps_compile_feedback(app)
377377
)
378378
end

0 commit comments

Comments
 (0)