diff --git a/crawler/crawler.go b/crawler/crawler.go index 98ba0f5..eb99183 100644 --- a/crawler/crawler.go +++ b/crawler/crawler.go @@ -506,7 +506,7 @@ func (c *Crawler) scanSource( ) } - if src.Group { + if src.Group || vcsurl.IsAccount(&src.URL) { return host.lister.List(src.URL, publisher, repos) }