diff options
| -rw-r--r-- | finalGoSumCheck.go | 2 |
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 |
