We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d23979 commit 942697eCopy full SHA for 942697e
internal/services/gitlab/gitlab.go
@@ -210,7 +210,7 @@ func convertGitlabRepoToRepository(repo *gitlab.Project) *models.Repository {
210
DefaultBranch: &repo.DefaultBranch,
211
Description: &repo.Description,
212
Id: strconv.Itoa(repo.ID),
213
- Name: repo.Name,
+ Name: repo.Path,
214
Owner: &repo.Namespace.FullPath,
215
Url: &repo.WebURL,
216
Visibility: convertVisibility(repo.Visibility == gitlab.PrivateVisibility),
0 commit comments