summaryrefslogtreecommitdiff
path: root/goConfig.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-30 02:02:59 -0600
committerJeff Carr <[email protected]>2024-11-30 02:02:59 -0600
commitb00584213dbb59b4694c2b353fd1271465b9f2cf (patch)
treed13ed36a4b38ab315596b13ac52bf3fb21296f4d /goConfig.go
parenteb72a685c487625908b159a47490d71863988033 (diff)
moving things to gitpbv0.22.18
Diffstat (limited to 'goConfig.go')
-rw-r--r--goConfig.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/goConfig.go b/goConfig.go
index 4d3a5dc..29dba3d 100644
--- a/goConfig.go
+++ b/goConfig.go
@@ -13,7 +13,7 @@ import (
// sure the versions are correct when attempting to do a GUI release
func (rl *RepoList) CheckValidGoSum(r *RepoRow) (bool, error) {
log.Log(REPOWARN, "CheckValidGoSum() started")
- ok, err := r.Status.MakeRedomod()
+ ok, err := r.pb.RedoGoMod()
if !ok {
log.Log(REPOWARN, "CheckValidGoSum() MakeRedomod() failed", err)
return ok, err