aboutsummaryrefslogtreecommitdiff
path: root/format/pack/ingest/thin_fix.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-08 17:54:20 +0800
committerGravatar Runxi Yu2026-03-08 17:54:31 +0800
commit2f427535c637279de022ceb5690690ff0e234b52 (patch)
tree2415af48262a811eee07d7d7ceb22fd3b71aa2cd /format/pack/ingest/thin_fix.go
parent*: Fix lints (diff)
signatureNo 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.go2
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),