From 09e9051410a9cce7861719a7da264b5b903f69d4 Mon Sep 17 00:00:00 2001 From: Michael Crenshaw Date: Sat, 5 Feb 2022 00:25:40 -0500 Subject: [PATCH] chore: fix docs typo (#493) Signed-off-by: Michael Crenshaw --- docs/Generators-SCM-Provider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Generators-SCM-Provider.md b/docs/Generators-SCM-Provider.md index 372db1cd..4107e4ac 100644 --- a/docs/Generators-SCM-Provider.md +++ b/docs/Generators-SCM-Provider.md @@ -70,7 +70,7 @@ spec: gitlab: # The base Gitlab group to scan. You can either use the group id or the full namespaced path. group: "8675309" - # For GitHub Enterprise: + # For GitLab Enterprise: api: https://gitlab.example.com/ # If true, scan every branch of every repository. If false, scan only the default branch. Defaults to false. allBranches: true