does this work?

This commit is contained in:
Jeff Carr 2025-09-25 01:53:04 -05:00
parent b2c434bf29
commit fb05b3eab0
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import (
)
func doCommit() error {
if argv.Commit.All {
if argv.Commit.All || argv.All {
found := me.forge.CheckDirty()
var newpatches bool
for repo := range found.IterAll() {