Skip to content

Commit

Permalink
Fixing typo with create-db option in local:sync:db command. (#1521)
Browse files Browse the repository at this point in the history
  • Loading branch information
malikkotob authored and grasmash committed May 17, 2017
1 parent a3c8ac6 commit 531b7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Robo/Commands/Setup/SyncCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function syncDbDefault() {
->arg($remote_alias)
->arg($local_alias)
->option('structure-tables-key', 'lightweight')
->option('create-dub');
->option('create-db');

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

0 comments on commit 531b7e8

Please sign in to comment.