Skip to content

Commit 42a84a7

Browse files
askripeCopilot
andcommitted
Update pkg/providers/gitlab/gitlab.go
Signed-off-by: Alexander Kulikov <askripe@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 704cb78 commit 42a84a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/providers/gitlab/gitlab.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func New(cfg api.StaticConfig) *provider {
5454
// buildURL constructs the GitLab API URL based on the key path.
5555
//
5656
// Supported formats:
57-
// - host/id/varname → projects (legacy, 2-component path)
57+
// - host/id/varname → projects (legacy, 2-component path after host)
5858
// - host/projects/id/varname → projects (explicit)
5959
// - host/groups/id/varname → groups
6060
func (p *provider) buildURL(key string) (string, error) {

0 commit comments

Comments
 (0)