Skip to content

Commit 24e1328

Browse files
schlesserawojsmol
andauthored
Add missing dashes to default argument
Co-authored-by: Wojciech Smoliński <[email protected]>
1 parent 854330e commit 24e1328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DB_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ public function export( $args, $assoc_args ) {
562562
}
563563

564564
if ( ! Utils\get_flag_value( $assoc_args, 'include-tablespaces', false ) ) {
565-
$default_arguments[] = 'no-tablespaces';
565+
$default_arguments[] = '--no-tablespaces';
566566
}
567567

568568
$command = $initial_command . implode( ' ', $default_arguments );

0 commit comments

Comments
 (0)