summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 04614e6..929b70b 100644
--- a/main.go
+++ b/main.go
@@ -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)