Skip to content

Commit

Permalink
Fixed log
Browse files Browse the repository at this point in the history
  • Loading branch information
llopat committed Jul 3, 2023
1 parent 9d4a500 commit 25816f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/service/v1/config-service.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func (s *configServiceServer) FindGitlabProjectId(api *gitlab.Client, uid string
}

//Find our project in group projects list
log.Printf("Found %d Projects and looking for %s", len(groups), uid)
log.Printf("Found %d Projects and looking for %s", len(projs), uid)
for _, proj := range projs {
if proj.Name == uid {
return proj.ID, nil
Expand Down

0 comments on commit 25816f8

Please sign in to comment.