summaryrefslogtreecommitdiff
path: root/doVerify.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-21 04:48:14 -0500
committerJeff Carr <[email protected]>2025-10-21 04:48:14 -0500
commit19cbfa7a819607e2602d48617ce9e96797fa6e1a (patch)
tree3ea6ba8804b4ad9b03c6a95e4f09e317dcf237dc /doVerify.go
parent898592febc56eb1073525636666063396d85aca6 (diff)
trying to get this to run again
Diffstat (limited to 'doVerify.go')
-rw-r--r--doVerify.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doVerify.go b/doVerify.go
index 5790fde..72c7f1d 100644
--- a/doVerify.go
+++ b/doVerify.go
@@ -30,7 +30,7 @@ func doVerify() (string, error) {
func cleanNamespace(r *gitpb.Repo) string {
// check for GO repos
- gowork := config.Get("ReposDir")
+ gowork := config.Get("gopath")
// todo: detect if using go.work file
newpath, err := filepath.Rel(gowork, r.FullPath)
// log.Info("cleanNamespace()", newpath, gowork, "is gowork. fullpath:", r.FullPath)