Skip to content

Commit

Permalink
chore(gitlab): fixed subgroup spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
lindell committed Jun 3, 2022
1 parent ffdf7ae commit 46f178a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/scm/gitlab/gitlab.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func (g *Gitlab) getGroupProjects(ctx context.Context, groupName string) ([]*git
Page: i,
},
Archived: &archived,
IncludeSubgroups: &g.Config.IncludeSubgroups,
IncludeSubGroups: &g.Config.IncludeSubgroups,
WithMergeRequestsEnabled: &withMergeRequestsEnabled,
}, gitlab.WithContext(ctx))
if err != nil {
Expand Down

0 comments on commit 46f178a

Please sign in to comment.