diff --git a/github-behind/main.go b/github-behind/main.go index 222d2e4..f454e36 100644 --- a/github-behind/main.go +++ b/github-behind/main.go @@ -32,7 +32,7 @@ func main() { roots := make(map[string]bool, len(gd.Deps)) for _, dep := range gd.Deps { - rr, err := vcs.RepoRootForImportPath(dep.ImportPath, true) + rr, err := vcs.RepoRootForImportPath(dep.ImportPath, false) if err != nil { log.Printf("Unable to process %s: %s", dep.ImportPath, err) continue