Skip to content

Commit b3cf446

Browse files
bradleydJosé Valim
authored andcommitted
remove all deprecated // and replace with \
1 parent e3d96c3 commit b3cf446

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
@@ -135,7 +135,7 @@ defmodule Mix.Tasks.Deps.Compile do
135135
end
136136
end
137137

138-
defp do_command(Mix.Dep[app: app, opts: opts], command, extra // "") do
138+
defp do_command(Mix.Dep[app: app, opts: opts], command, extra \\ "") do
139139
File.cd! opts[:dest], fn ->
140140
if Mix.shell.cmd("#{command} #{extra}") != 0 do
141141
raise Mix.Error, message: "Could not compile dependency #{app}, #{command} command failed. " <>

0 commit comments

Comments
 (0)