summaryrefslogtreecommitdiff
path: root/doCommit.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-05 06:11:57 -0500
committerJeff Carr <[email protected]>2025-10-05 06:11:57 -0500
commitc27727c8e0111f4830ac365614a0de7198314306 (patch)
tree708a97fe4ac3d72101f88e398a86a9e74a74ae8e /doCommit.go
parent44c1fcc9c316636fdc4f52f11ee3eb8045cdfcd1 (diff)
s/GoPath/Namespace/v0.25.57
Diffstat (limited to 'doCommit.go')
-rw-r--r--doCommit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doCommit.go b/doCommit.go
index d3425fe..5539c54 100644
--- a/doCommit.go
+++ b/doCommit.go
@@ -14,7 +14,7 @@ func doCommit() error {
found := me.forge.CheckDirty()
var newpatches bool
for repo := range found.IterAll() {
- log.Info("do a commit on repo", repo.GetGoPath())
+ log.Info("do a commit on repo", repo.GetNamespace())
if err := doCommitRepo(repo); err != nil {
badExit(err)
}