From e4f85d882d3cb8d3c6172f952439a00c8c279a94 Mon Sep 17 00:00:00 2001 From: Joseph Moukarzel Date: Wed, 1 Apr 2026 12:07:34 +0200 Subject: [PATCH] docs(install): Explain in quick install that the group path can be different than the visible group path --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index a3769f0..fffaa7a 100755 --- a/install.sh +++ b/install.sh @@ -258,6 +258,8 @@ echo -e "${DIM}Leave empty to connect Plumber to the entire GitLab instance${NC} echo -e "${DIM}(requires GitLab instance Admin to run onboarding).${NC}" echo -e "${DIM}Or enter a group path to limit Plumber to that group${NC}" echo -e "${DIM}(requires at least Maintainer role in the group).${NC}" +echo -e "${DIM}On GitLab.com or non-self-hosted instances, use the exact group path as defined in GitLab (the 'full_path'),${NC}" +echo -e "${DIM}which may differ from the display name and can include a suffix added by GitLab for uniqueness.${NC}" prompt_optional ORGANIZATION "GitLab group path" # GitLab OIDC