Skip to content

Commit a8edf26

Browse files
committed
WIP
1 parent bcb7011 commit a8edf26

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/commands/git_commands/github.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,10 @@ func getRemotesToOwnersMap(remotes []*models.Remote) map[string]string {
287287
continue
288288
}
289289

290+
if !strings.Contains(remote.Urls[0], ":") {
291+
continue
292+
}
293+
290294
res[remote.Name] = getRepoInfoFromURL(remote.Urls[0]).Owner
291295
}
292296
return res

0 commit comments

Comments
 (0)