diff options
| author | Jeff Carr <[email protected]> | 2025-09-03 19:06:08 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-03 19:06:08 -0500 |
| commit | 6f4ec05ccb6875aa23e3601c18973ac1759fb456 (patch) | |
| tree | ca3e484177c2283588575451dd8915a0e57f039e /doCommit.go | |
| parent | e896cae995a1d0be5f172bf856b732b5fbf14017 (diff) | |
common code moved to forgepb
Diffstat (limited to 'doCommit.go')
| -rw-r--r-- | doCommit.go | 2 |
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()) |
