From 27f43eccdaef2e041622d7ca4b42e66a81e197e2 Mon Sep 17 00:00:00 2001 From: Alec Reynolds <1153738+reynoldsalec@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:57:33 -0800 Subject: [PATCH] Fix tests. --- examples/drupal11/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/drupal11/README.md b/examples/drupal11/README.md index 54e6a07..adbe229 100644 --- a/examples/drupal11/README.md +++ b/examples/drupal11/README.md @@ -81,6 +81,7 @@ cat .lando.yml | grep "drush: ^13" cat .lando.yml | grep "composer_version: 2-latest" # Should still have webroot +cd drupal11 cat .lando.yml | grep "webroot: ." ```