summaryrefslogtreecommitdiff
path: root/findNext.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-16 04:15:15 -0500
committerJeff Carr <[email protected]>2025-10-16 04:15:15 -0500
commit2d0cfdce16ea9f74e8ec291fa8fa3210c851aaff (patch)
tree70c6a815c1381f7de881d47cf8d9b3815a7ff62e /findNext.go
parentf09217ebc7870ea9ab1f4b523666ac1497d99f86 (diff)
lots less cruftv0.23.143
Diffstat (limited to 'findNext.go')
-rw-r--r--findNext.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/findNext.go b/findNext.go
index 0886d1f..6147115 100644
--- a/findNext.go
+++ b/findNext.go
@@ -23,7 +23,7 @@ func checkDeps(repo *gitpb.Repo) error {
// log.Info(repo.GetNamespace(), dep.GoPath, dep.Version)
// check if the package in question is waiting for another package to publish
- found := me.forge.FindByGoPath(dep.GoPath)
+ found := me.forge.FindByNamespace(dep.GoPath)
if found == nil {
return fmt.Errorf("%s has dep == nil", repo.GetNamespace(), dep.GoPath)
}