diff options
| author | Jeff Carr <[email protected]> | 2024-11-22 21:44:16 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-22 21:44:16 -0600 |
| commit | fc9f8d89c0e7c3a226f9d6c4d5f5a7185f0c5cdb (patch) | |
| tree | 9177f9c4a7e07661e05ed4b12b9c18cfdf2f4a63 | |
| parent | 7c75a266f430b7a19fb48083261495574425a3d4 (diff) | |
crapnutsv0.6.1
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
