Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed Jan 25, 2019
1 parent 1e129f6 commit 4180b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DbDumper.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ protected function echoToFile(string $command, string $dumpFile): string
? $this->addCompressorToCommand($command)
: $command;

$dumpFile = '"' . addcslashes($dumpFile, '\\"') . '"';
$dumpFile = '"'.addcslashes($dumpFile, '\\"').'"';

return $command.' > '.$dumpFile;
}
Expand Down

0 comments on commit 4180b45

Please sign in to comment.