Skip to content

Commit

Permalink
Update gitlab.go
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrie30 committed May 25, 2024
1 parent ab6fc62 commit bad70c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scm/gitlab.go
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ func (c Gitlab) filter(group string, ps []*gitlab.Project) []Repo {
}

r.Path = path
r.ID = string(p.ID)
r.ID = fmt.Sprint(p.ID)
if os.Getenv("GHORG_CLONE_PROTOCOL") == "https" {
r.CloneURL = c.addTokenToCloneURL(p.HTTPURLToRepo, os.Getenv("GHORG_GITLAB_TOKEN"))
r.URL = p.HTTPURLToRepo
Expand Down

0 comments on commit bad70c0

Please sign in to comment.