From 56913d2ad202bd437d3858cc688c1e69ecb740a7 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Thu, 9 Mar 2023 09:07:58 +0000 Subject: [PATCH] Issue #3101209 by Sutharsan, longwave, smustgrave: Document the correct web-root default value --- composer/Plugin/Scaffold/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer/Plugin/Scaffold/README.md b/composer/Plugin/Scaffold/README.md index 4793b1aff64..0d37c5db68b 100644 --- a/composer/Plugin/Scaffold/README.md +++ b/composer/Plugin/Scaffold/README.md @@ -103,7 +103,8 @@ This makes it possible to configure a project with different file layouts; for example, either the `drupal/drupal` file layout or the `drupal-composer/drupal-project` file layout could be used to set up a project. -If a web-root is not explicitly defined, then it will default to `./`. +If a web-root is not explicitly defined, then it will default to `.`, the same +directory as the composer.json file. ### Altering Scaffold Files