summaryrefslogtreecommitdiff
path: root/doCommit.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-03 19:06:08 -0500
committerJeff Carr <[email protected]>2025-09-03 19:06:08 -0500
commit6f4ec05ccb6875aa23e3601c18973ac1759fb456 (patch)
treeca3e484177c2283588575451dd8915a0e57f039e /doCommit.go
parente896cae995a1d0be5f172bf856b732b5fbf14017 (diff)
common code moved to forgepb
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 f6fb8d1..ef379a2 100644
--- a/doCommit.go
+++ b/doCommit.go
@@ -14,7 +14,7 @@ import (
func doCommit() {
if argv.All {
doCheckDirtyAndConfigSave()
- found := findDirty()
+ found := me.forge.FindDirty()
var newpatches bool
for repo := range found.IterAll() {
log.Info("do a commit on repo", repo.GetGoPath())