summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-22 21:44:16 -0600
committerJeff Carr <[email protected]>2024-11-22 21:44:16 -0600
commitfc9f8d89c0e7c3a226f9d6c4d5f5a7185f0c5cdb (patch)
tree9177f9c4a7e07661e05ed4b12b9c18cfdf2f4a63
parent7c75a266f430b7a19fb48083261495574425a3d4 (diff)
crapnutsv0.6.1
-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)