Skip to content

Commit 4f44552

Browse files
committed
Fix incorrect command name related to commit from yesterday
1 parent 24251bf commit 4f44552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/active_record/tasks/sqlserver_database_tasks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def structure_dump(filename, extra_flags)
5353
server_arg += ":#{Shellwords.escape(configuration['port'])}" if configuration['port']
5454
command = [
5555
"defncopy-ttds",
56-
host_parameter,
56+
server_arg,
5757
"-D #{Shellwords.escape(configuration['database'])}",
5858
"-U #{Shellwords.escape(configuration['username'])}",
5959
"-P #{Shellwords.escape(configuration['password'])}",

0 commit comments

Comments
 (0)