This commit is contained in:
Jeff Carr 2024-11-22 21:44:16 -06:00
parent 7c75a266f4
commit fc9f8d89c0
1 changed files with 1 additions and 1 deletions

View File

@ -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)