From 906f44389b93e406043f073b97df0ff81ef7d1a6 Mon Sep 17 00:00:00 2001 From: Timo Furrer <tfurrer@gitlab.com> Date: Wed, 7 Feb 2024 07:02:20 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50bb932..249c6e2 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,7 @@ include: This example assumes your GitLab instance is hosted on `gitlab.example.com` and this component project is mirrored in the `components/opentofu` project. -If the component is being mirrored to another path then `components/opentofu`, then you also +If the component is being mirrored to another path than `components/opentofu`, then you also need to change that path in the `include:component` and additionally provide the correct `image_registry_base` input. -- GitLab