summaryrefslogtreecommitdiff
path: root/doCommit.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-03 01:39:25 -0500
committerJeff Carr <[email protected]>2025-10-03 01:39:25 -0500
commit53c711bb279323e23117d9504462b0bcc78278a4 (patch)
tree38e40e148bd74f69fef93f7ab6488cc0ed879efb /doCommit.go
parent3b0ff7d584dd517a1fff2330f19f32783b524c5c (diff)
try to reload() repos before config save
Diffstat (limited to 'doCommit.go')
-rw-r--r--doCommit.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/doCommit.go b/doCommit.go
index 314c898..09c3286 100644
--- a/doCommit.go
+++ b/doCommit.go
@@ -25,6 +25,7 @@ func doCommit() error {
repo.CheckDirty()
}
if newpatches {
+ me.forge.Reload() // check existing repos for changes
config.SetChanged("repos", true)
return doPatchSubmit()
}