diff options
| author | 2026-03-08 17:54:20 +0800 | |
|---|---|---|
| committer | 2026-03-08 17:54:31 +0800 | |
| commit | 2f427535c637279de022ceb5690690ff0e234b52 (patch) | |
| tree | 2415af48262a811eee07d7d7ceb22fd3b71aa2cd /format/pack/ingest/thin_fix.go | |
| parent | *: Fix lints (diff) | |
| signature | No signature | |
format/pack/ingest: Call it writeProgressf
TODO: Check for how flushing works
Diffstat (limited to 'format/pack/ingest/thin_fix.go')
| -rw-r--r-- | format/pack/ingest/thin_fix.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/format/pack/ingest/thin_fix.go b/format/pack/ingest/thin_fix.go index 9013dbc8..f33f7b50 100644 --- a/format/pack/ingest/thin_fix.go +++ b/format/pack/ingest/thin_fix.go @@ -15,7 +15,7 @@ func maybeFixThin(state *ingestState) error { return nil } - writeProgress( + writeProgressf( state, "fixing thin pack: %d unresolved bases\r", len(state.unresolvedRefDeltas), |
