Skip to content

Commit

Permalink
BLT-1852 assuming -y when prompting while executing something in blt (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-moreno authored and grasmash committed Aug 2, 2017
1 parent e9c02e3 commit 1181013
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Robo/Commands/Sync/DbCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ public function syncDbDefault() {
->arg($remote_alias)
->arg($local_alias)
->option('structure-tables-key', 'lightweight')
->option('create-db');
->option('create-db')
->assume(TRUE);

if ($this->getConfigValue('drush.sanitize')) {
$task->option('sanitize');
Expand Down

0 comments on commit 1181013

Please sign in to comment.