@ -144,7 +144,7 @@ func main() {
// this is experiemental but works for me
if argv.Recursive {
newr := rv.FindRepoByName(argv.Repo)
newr := rv.FindByName(argv.Repo)
if newr == nil {
log.Info("how did this repo still not exist?", argv.Repo)
os.Exit(-1)