Skip to content

Commit

Permalink
Fix typo in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Sep 21, 2018
1 parent b1ce166 commit 8356d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drupal/Driver/DrushDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public function clearCache($type = 'all') {
return;
}
}
return $this->drush('cache:rebuild', $type, array());
return $this->drush('cache:rebuild', array($type), array());
}

/**
Expand Down

0 comments on commit 8356d62

Please sign in to comment.