Skip to content

Commit

Permalink
Remove double quote from drush command. (#1529)
Browse files Browse the repository at this point in the history
  • Loading branch information
malikkotob authored and grasmash committed May 23, 2017
1 parent 531b7e8 commit e263f00
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 @@ -104,7 +104,7 @@ public function syncDbDefault() {

$task = $this->taskDrush()
->alias(NULL)
->drush('cc drush"')
->drush('cache-clear drush')
->drush('sql-drop')
->drush('sql-sync')
->arg($remote_alias)
Expand Down

0 comments on commit e263f00

Please sign in to comment.