From 8f3ab173517d18b77945cf1f7374bb88ec0e7bce Mon Sep 17 00:00:00 2001 From: matteosilv Date: Mon, 27 Feb 2023 17:51:03 +0100 Subject: [PATCH] tidy up documentation Co-authored-by: Jamie Klassen Signed-off-by: matteosilv --- docs/integrations/gitlab/org.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/gitlab/org.md b/docs/integrations/gitlab/org.md index 83dfd0f77d..db703d8036 100644 --- a/docs/integrations/gitlab/org.md +++ b/docs/integrations/gitlab/org.md @@ -31,7 +31,7 @@ catalog: yourProviderId: host: gitlab.com orgEnabled: true - group: org/teams # Optional. Must not end with slash. Accepts only groups under the provided path (excluded) + group: org/teams # Optional. Must not end with slash. Accepts only groups under the provided path (which will be stripped) groupPattern: '[\s\S]*' # Optional. Filters found groups based on provided patter. Defaults to `[\s\S]*`, which means to not filter anything ```