Skip to content

Commit f3315fa

Browse files
committed
Fix errant method call
1 parent ed01c92 commit f3315fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DB_Command_SQLite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ protected function sqlite_import( $file, $assoc_args ) {
443443

444444
WP_CLI::debug( "Running shell command: {$command}", 'db' );
445445

446-
$result = \WP_CLI\Process::create( $command, null, null )->run( file_get_contents( $import_file ) );
446+
$result = \WP_CLI\Process::create( $command, null, null )->run();
447447

448448
unlink( $import_file );
449449

0 commit comments

Comments
 (0)