Skip to content

Commit

Permalink
Merge pull request #6 from eaudeweb/sql-sync
Browse files Browse the repository at this point in the history
Sql sync
  • Loading branch information
cristiroma authored Jan 21, 2019
2 parents 0f5bfb1 + f8d7b66 commit 47f65b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Robo/Plugin/Commands/SqlCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@ public function sqlSync($options = ['anonymize' => FALSE]) {
$build->addTask(
$this->taskExec('gzip')
->option('-d')
->option('--keep')
->arg($sql_dump_gz)
->args($sql_dump_gz)
->option('-c')
->rawArg('>')
->args($sql_dump)
);

$drush = $this->drushExecutable();
Expand Down

0 comments on commit 47f65b2

Please sign in to comment.