diff options
Diffstat (limited to 'internal/rtree/main.go')
| -rw-r--r-- | internal/rtree/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rtree/main.go b/internal/rtree/main.go index d1692cd..de92ead 100644 --- a/internal/rtree/main.go +++ b/internal/rtree/main.go @@ -144,7 +144,7 @@ func commandRemotes(index *Index) { var items []string for _, repo := range index.Repos { for _, remote := range repo.Remotes { - items = append(items, remote.URL) + items = append(items, remote.URL.CompactURL()) } } cli.Interface.ShowResultsSorted(items) |
