Skip to content

Commit bf68a70

Browse files
author
Tom Schlick
committed
escape .migrations
1 parent 2f33c61 commit bf68a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/MigrateDumpCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ private static function mysqlDataDump(array $db_config, string $data_sql_path) :
186186
static::mysqlCommandPrefix($db_config)
187187
. ' --result-file=' . escapeshellarg($data_sql_path)
188188
. ' --no-create-info --skip-triggers'
189-
. ' --ignore-table=' . escapeshellarg($db_config['database']) . '.migrations',
189+
. ' --ignore-table=' . escapeshellarg($db_config['database'] . '.migrations'),
190190
$exit_code
191191
);
192192

0 commit comments

Comments
 (0)