Skip to content

Commit af3463a

Browse files
fix comment
1 parent b8f5e08 commit af3463a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/ecto/adapters/myxql.ex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -539,10 +539,10 @@ defmodule Ecto.Adapters.MyXQL do
539539
{args, cmd_opts}
540540
end
541541

542-
// Largely ported from Elixir System.cmd implementation
543-
// with the intent of using file redirection for passing
544-
// dump files into the mysql client so that users don't
545-
// run into shell limits when dump files are large
542+
# Largely ported from Elixir System.cmd implementation
543+
# with the intent of using file redirection for passing
544+
# dump files into the mysql client so that users don't
545+
# run into shell limits when dump files are large
546546
defp run_with_port(cmd, opts, opt_args, contents, cmd_opts \\ []) do
547547
unless System.find_executable(cmd) do
548548
raise "could not find executable `#{cmd}` in path, " <>

0 commit comments

Comments
 (0)