Skip to content

Commit

Permalink
Merge pull request #199 from greg-1-anderson/cr-for-9-part-2
Browse files Browse the repository at this point in the history
Fix typo in previous commit
  • Loading branch information
jhedstrom authored Sep 21, 2018
2 parents b1ce166 + 549691a commit f8c1f88
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');
}

/**
Expand Down

0 comments on commit f8c1f88

Please sign in to comment.