Skip to content

Commit b9eed40

Browse files
committed
now
1 parent ca19315 commit b9eed40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/connector/connector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ func (gh *GitHub) Validate(ctx context.Context) (annotations.Annotations, error)
188188
// Only sync orgs that we are an admin for
189189
if strings.ToLower(membership.GetRole()) != orgRoleAdmin {
190190
if filterOrgs {
191-
return nil, fmt.Errorf("access token must be an admin on the %s organization: %w", o, err)
191+
return nil, fmt.Errorf("access token must be an admin on the %s organization", o)
192192
}
193193
continue
194194
}

0 commit comments

Comments
 (0)