aboutsummaryrefslogtreecommitdiff
path: root/format/pack/ingest/progress_write.go
diff options
context:
space:
mode:
Diffstat (limited to 'format/pack/ingest/progress_write.go')
-rw-r--r--format/pack/ingest/progress_write.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/format/pack/ingest/progress_write.go b/format/pack/ingest/progress_write.go
index f372f9d0..5b9f184b 100644
--- a/format/pack/ingest/progress_write.go
+++ b/format/pack/ingest/progress_write.go
@@ -2,7 +2,7 @@ package ingest
import "codeberg.org/lindenii/furgit/internal/utils"
-func writeProgress(state *ingestState, format string, args ...any) {
+func writeProgressf(state *ingestState, format string, args ...any) {
utils.BestEffortFprintf(state.opts.Progress, format, args...)
if state.opts.ProgressFlush != nil {