Skip to content

Commit 4abe363

Browse files
malpertuispatrickbrouwers
authored andcommitted
Support dump command on windows (#167)
1 parent d4c0f7c commit 4abe363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/DumpDatabaseCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ private function dump($em)
139139
$dump = base_path($this->option('dump'));
140140

141141
$binary = is_null($binary) ? 'sqlite3' : $binary;
142-
$command = "$binary $db '.dump'";
142+
$command = "$binary $db .dump";
143143
$command .= " > $dump";
144144
exec($command, $output, $status);
145145

0 commit comments

Comments
 (0)