vampd / drupal

A chef recipe to manage Drupal.
4 stars 13 forks source link

Don't cwd to the site root when downloading registry_rebuild. #40

Open GarrettAlbright opened 8 years ago

GarrettAlbright commented 8 years ago

Otherwise, Drush will attempt to bootstrap Drupal, which can fail if the registry is corrupted.

(Also, explicitly download registry_rebuild-7.x; otherwise, Drush will implicitly look for registry_rebuild-8.x and fail as it doesn't exist.)