diff options
| author | Jeff Carr <[email protected]> | 2025-09-04 18:32:01 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-04 18:32:01 -0500 |
| commit | 78e883a1066904b89658cd48cba4facb8dd18eac (patch) | |
| tree | bb96848018e90204cda3f87fa5803843158fca03 /doNormal.go | |
| parent | 19ce7eef563c3b72e0bf3947bb130e5e96b0ebbd (diff) | |
more work on patches
Diffstat (limited to 'doNormal.go')
| -rw-r--r-- | doNormal.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doNormal.go b/doNormal.go index dc9588f..e887538 100644 --- a/doNormal.go +++ b/doNormal.go @@ -13,7 +13,7 @@ import ( ) func doNormal() bool { - me.forge.CheckDirty() + me.forge.CheckDirtyQuiet() var count int stats := me.forge.RillRepos(checkNormalRepoState) |
