diff options
Diffstat (limited to 'findNext.go')
| -rw-r--r-- | findNext.go | 2 |
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) } |
