Skip to content
Snippets Groups Projects
Commit 25816f8a authored by Łukasz Łopatowski's avatar Łukasz Łopatowski
Browse files

Fixed log

parent 9d4a5006
No related branches found
No related tags found
No related merge requests found
...@@ -111,7 +111,7 @@ func (s *configServiceServer) FindGitlabProjectId(api *gitlab.Client, uid string ...@@ -111,7 +111,7 @@ func (s *configServiceServer) FindGitlabProjectId(api *gitlab.Client, uid string
} }
//Find our project in group projects list //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 { for _, proj := range projs {
if proj.Name == uid { if proj.Name == uid {
return proj.ID, nil return proj.ID, nil
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment