Skip to content

Commit 07da593

Browse files
authored
Update
1 parent 08ce512 commit 07da593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simple-wp-site-exporter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ function sse_export_database( $export_dir ) {
485485
$allow_root_flag = ' --allow-root';
486486
}
487487
}
488-
$command = sprintf(
488+
$command = sprintf(
489489
'%s db export %s --path=%s%s',
490490
escapeshellarg( $wp_cli_path ), // phpcs:ignore WordPressVIPMinimum.Functions.RestrictedFunctions.escapeshellarg_escapeshellarg -- Required for shell command security
491491
escapeshellarg( $db_filepath ), // phpcs:ignore WordPressVIPMinimum.Functions.RestrictedFunctions.escapeshellarg_escapeshellarg -- Required for shell command security

0 commit comments

Comments
 (0)