Skip to content

Commit 3c90a6d

Browse files
committed
fix: update run_command execution
1 parent 62b6ea1 commit 3c90a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/active_record/connection_adapters/cockroachdb/database_tasks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def structure_load(filename, extra_flags=nil)
7474
"https://github.com/cockroachdb/activerecord-cockroachdb-adapter/issues/new"
7575
end
7676

77-
run_cmd("cockroach", ["sql", "--set", "errexit=false", "--file", filename], "loading")
77+
run_cmd("cockroach", "sql", "--set", "errexit=false", "--file", filename)
7878
end
7979

8080
private

0 commit comments

Comments
 (0)