diff options
| author | Jeff Carr <[email protected]> | 2025-01-18 23:25:55 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-18 23:25:55 -0600 |
| commit | 39f72d20344c5bbe05b83a13eee9c0d7b54f7e78 (patch) | |
| tree | bba755911c142fb357804a006dc11183063c2b37 /doDirty.go | |
| parent | cbbd43f7b59cee14ed3c83d1da33a04cf8e73bbc (diff) | |
better git checkout
Diffstat (limited to 'doDirty.go')
| -rw-r--r-- | doDirty.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ func doCheckDirtyAndConfigSave() { */ // this might work? now := time.Now() - me.forge.RillFuncError(20, 10, doCheckDirty) + me.forge.RillFuncError(doCheckDirty) end := straightCheckDirty() log.Printf("dirty check (%d dirty repos) (%d total repos) took:%s\n", end, me.found.Len(), shell.FormatDuration(time.Since(now))) |
