From 06ca31ba2860c40fcbd1323a3317bb3808fbba75 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 5 Nov 2025 18:49:25 -0600 Subject: notsure --- finalGoSumCheck.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/finalGoSumCheck.go b/finalGoSumCheck.go index f177124..2c6cefb 100644 --- a/finalGoSumCheck.go +++ b/finalGoSumCheck.go @@ -128,7 +128,7 @@ func (f *Forge) CheckUpdatingGoDeps(godeps *gitpb.GoDeps, upgrading *gitpb.Repos depRepo := all.Next() found := upgrading.FindByNamespace(depRepo.GetGoPath()) if found != nil { - return fmt.Errorf("waiting on %s", depRepo.GetGoPath()) + return fmt.Errorf("can't continue dep. upgrading %s", depRepo.GetGoPath()) } } return nil -- cgit v1.2.3