diff options
| author | 2026-03-28 19:58:37 +0000 | |
|---|---|---|
| committer | 2026-03-28 19:58:37 +0000 | |
| commit | ea8373ed78113af57315ae4523d42dfed3a3b1fe (patch) | |
| tree | 835f98905046a8e5564cf6057af450fe03035444 /format/packfile/ingest/thin_fix.go | |
| parent | common/iowrap: Add io wrappers (diff) | |
| signature | No signature | |
network, internal/progress, format/packfile/ingest: Use WriteFlusher
Diffstat (limited to 'format/packfile/ingest/thin_fix.go')
| -rw-r--r-- | format/packfile/ingest/thin_fix.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/format/packfile/ingest/thin_fix.go b/format/packfile/ingest/thin_fix.go index 3dad1354..f66ed279 100644 --- a/format/packfile/ingest/thin_fix.go +++ b/format/packfile/ingest/thin_fix.go @@ -60,7 +60,6 @@ func maybeFixThin(state *ingestState) error { total := len(baseIDs) meter := progress.New(progress.Options{ Writer: state.opts.Progress, - Flush: state.opts.ProgressFlush, Title: "fixing thin pack", Total: uint64(total), }) |
