aboutsummaryrefslogtreecommitdiff
path: root/format/pack/ingest/progress_write.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/progress_write.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/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 {