Skip to content

Commit 2bc78ad

Browse files
authored
Update Mysql.php
add missing colon
1 parent 6f8021a commit 2bc78ad

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/framework/Magento/TestFramework/Db

1 file changed

+1
-1
lines changed

dev/tests/integration/framework/Magento/TestFramework/Db/Mysql.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public function storeDbDump()
125125
$format = sprintf(
126126
'%s %s %s %s',
127127
'mysqldump --defaults-file=%s --host=%s --port=%s',
128-
'--no-tablespaces'
128+
'--no-tablespaces',
129129
$additionalArguments,
130130
'%s > %s'
131131
);

0 commit comments

Comments
 (0)