diff options
| author | Jeff Carr <[email protected]> | 2025-10-05 04:00:40 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-05 04:00:40 -0500 |
| commit | 2f976dedd087561285e12aa4eb24f4772a10df54 (patch) | |
| tree | 4828b02b8991dcc95c35683da2876e351313db4a | |
| parent | 1ead07061c0826a3f220e7632f3be2b57b3c2506 (diff) | |
okay now?
| -rw-r--r-- | doMerge.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -106,6 +106,7 @@ func safeToPublish() error { // check the hashes for repo := range found.IterAll() { if err := hashesMatch(repo); err != nil { + log.Info("hash mismatch", repo.FullPath, err) return err } } |
