diff options
| author | Jeff Carr <[email protected]> | 2024-02-20 18:55:01 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-20 18:55:01 -0600 |
| commit | c6fcf5e5a5c4373b95b0da669c8d1c155ae45740 (patch) | |
| tree | 2e24c17d68eb5a24a95421367afefb1229d45130 /releaseBox.go | |
| parent | 8cc86a91cb6408fe1380b904c86162e931936a4f (diff) | |
closer to workingv0.20.8
Diffstat (limited to 'releaseBox.go')
| -rw-r--r-- | releaseBox.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/releaseBox.go b/releaseBox.go index b7fe76e..07e67ad 100644 --- a/releaseBox.go +++ b/releaseBox.go @@ -334,11 +334,11 @@ func findNextDirty(onlyKind string) bool { continue } if repo.ReadOnly() { - log.Info("findNextDirty() skipping readonly") + // log.Info("findNextDirty() skipping readonly") continue } if repo.CheckDirty() { - log.Info("findNextDirty() skipping readonly") + log.Info("findNextDirty() skipping dirty") continue } log.Info("findNextDirty()", repo.GoPath(), goSumS) |
