Skip to content

Commit 2d74c13

Browse files
committed
Remove redundant quotes
1 parent e3c1559 commit 2d74c13

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
@@ -346,7 +346,7 @@ defmodule Mix.Tasks.Deps.Compile do
346346
defp shell_cmd!(%Mix.Dep{app: app} = dep, config, command, env \\ []) do
347347
if Mix.shell().cmd(command, [print_app: true] ++ opts_for_cmd(dep, config, env)) != 0 do
348348
Mix.raise(
349-
"Could not compile dependency #{inspect(app)}, \"#{inspect(command)}\" command failed. " <>
349+
"Could not compile dependency #{inspect(app)}, #{inspect(command)} command failed. " <>
350350
deps_compile_feedback(app)
351351
)
352352
end

0 commit comments

Comments
 (0)