From 5cc0a5e83a0d83e6c284a4320217b2be4f7c1461 Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen.haas@lakedrops.com>
Date: Tue, 10 Dec 2024 13:30:05 +0100
Subject: [PATCH] composer/plugin/drupal-environment#21 Clean-up recipe storage
 and setup

---
 src/DrupalInstaller.php | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/DrupalInstaller.php b/src/DrupalInstaller.php
index 1f299b8..739c5ba 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}/',
   ];
-- 
GitLab