Skip to content

Commit

Permalink
#4690 - Remove drush clear-cache drush from SyncCommand as drush does…
Browse files Browse the repository at this point in the history
…n't have cache anymore. (#4698)

Co-authored-by: Dane Powell <git@danepowell.com>
  • Loading branch information
carolpettirossi and danepowell committed Aug 22, 2023
1 parent c0ce4b8 commit 12c102b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Robo/Commands/Drupal/SyncCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ public function syncDb() {

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

0 comments on commit 12c102b

Please sign in to comment.