Skip to content

Commit c45c46d

Browse files
fix error
1 parent 6e0fdc9 commit c45c46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ecto/adapters/myxql.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ defmodule Ecto.Adapters.MyXQL do
550550
end
551551

552552
{args, cmd_opts} = args_cmd_opts(opts, opt_args, cmd_opts)
553-
cmd = String.to_charlist(command)
553+
cmd = String.to_charlist(cmd)
554554

555555
cmd =
556556
if Path.type(cmd) == :absolute do

0 commit comments

Comments
 (0)