diff --git a/src/DrupalInstaller.php b/src/DrupalInstaller.php index 1f299b8260911aa93f2ddcdeb6696e6686e9ee33..739c5ba7f2de2606713a7710f7ecf1196f81131f 100644 --- a/src/DrupalInstaller.php +++ b/src/DrupalInstaller.php @@ -18,13 +18,12 @@ class DrupalInstaller extends BaseInstaller { 'core' => 'web/core/', 'module' => 'web/modules/contrib/{$name}/', 'profile' => 'web/profiles/contrib/{$name}/', - 'recipe' => 'web/recipes/contrib/{$name}/', + 'recipe' => 'recipes/{$name}/', 'theme' => 'web/themes/contrib/{$name}/', 'library' => 'web/libraries/{$name}/', 'drush' => 'drush/Commands/{$name}/', 'custom-module' => 'web/modules/custom/{$name}/', 'custom-profile' => 'web/profiles/custom/{$name}/', - 'custom-recipe' => 'web/recipes/custom/{$name}/', 'custom-theme' => 'web/themes/custom/{$name}/', 'drupal-multisite' => 'web/sites/{$name}/', ];