Skip to content

Commit

Permalink
Fix golangci lint error
Browse files Browse the repository at this point in the history
Needed that dot! This is why i should wait for the CI to finish before
merging even for trivial changes 🤦

Signed-off-by: Chmouel Boudjnah <[email protected]>
  • Loading branch information
chmouel committed May 23, 2024
1 parent ac44a7c commit 35e3307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/provider/github/app/token.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 35e3307

Please sign in to comment.