summaryrefslogtreecommitdiff
path: root/finalGoSumCheck.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-11-05 18:49:25 -0600
committerJeff Carr <[email protected]>2025-11-05 18:49:25 -0600
commit06ca31ba2860c40fcbd1323a3317bb3808fbba75 (patch)
treecb822dace03851bc26e14ede6c04f2539870b234 /finalGoSumCheck.go
parent08d6642f359c70025ed27778776c384451b0a949 (diff)
Diffstat (limited to 'finalGoSumCheck.go')
-rw-r--r--finalGoSumCheck.go2
1 files changed, 1 insertions, 1 deletions
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