Skip to content

Commit e871985

Browse files
committed
Fix bug
1 parent 7bc026d commit e871985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/git/url/url.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type GitURL struct {
2929
func (u *GitURL) String() string {
3030
switch u.extraMark {
3131
case 0:
32-
return u.String()
32+
return u.URL.String()
3333
case 1:
3434
return fmt.Sprintf("%s@%s:%s", u.User.Username(), u.Host, u.Path)
3535
case 2:

0 commit comments

Comments
 (0)