From 35e3307f349fbd84b7c04e44ef2abf7c0146ba01 Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Thu, 23 May 2024 16:35:39 +0200 Subject: [PATCH] Fix golangci lint error Needed that dot! This is why i should wait for the CI to finish before merging even for trivial changes :facepalm: Signed-off-by: Chmouel Boudjnah --- pkg/provider/github/app/token.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/provider/github/app/token.go b/pkg/provider/github/app/token.go index ff43fbb36..c22f05fae 100644 --- a/pkg/provider/github/app/token.go +++ b/pkg/provider/github/app/token.go @@ -102,7 +102,7 @@ func (ip *Install) GetAndUpdateInstallationID(ctx context.Context) (string, stri return enterpriseHost, token, installationID, nil } -// matchRepos matching github repositories to its installation IDs +// matchRepos matching github repositories to its installation IDs. func (ip *Install) matchRepos(ctx context.Context) (bool, error) { installationRepoList, err := github.ListRepos(ctx, ip.ghClient) if err != nil {