aboutsummaryrefslogtreecommitdiff
path: root/format/pack/ingest/thin_fix.go
diff options
context:
space:
mode:
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),