summaryrefslogtreecommitdiff
path: root/doCommit.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-03 19:22:49 -0500
committerJeff Carr <[email protected]>2025-09-03 19:22:49 -0500
commitaea7f168911df8a91357270a0eab84c4b5ff1174 (patch)
tree18d0ca1c01b71b3a5568b52f8fec1b2612d9cb72 /doCommit.go
parent6f4ec05ccb6875aa23e3601c18973ac1759fb456 (diff)
dump more code cruft
Diffstat (limited to 'doCommit.go')
-rw-r--r--doCommit.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/doCommit.go b/doCommit.go
index ef379a2..8ec6d45 100644
--- a/doCommit.go
+++ b/doCommit.go
@@ -13,8 +13,7 @@ import (
func doCommit() {
if argv.All {
- doCheckDirtyAndConfigSave()
- found := me.forge.FindDirty()
+ found := me.forge.CheckDirty()
var newpatches bool
for repo := range found.IterAll() {
log.Info("do a commit on repo", repo.GetGoPath())