repository: deduplicate index progress bar initializaton

This commit is contained in:
Michael Eischer
2025-10-03 18:55:46 +02:00
parent b459d66288
commit 52eb66929f
21 changed files with 41 additions and 48 deletions
+1 -2
View File
@@ -146,8 +146,7 @@ func runMount(ctx context.Context, opts MountOptions, gopts GlobalOptions, args
}
defer unlock()
bar := ui.NewIndexCounter(printer)
err = repo.LoadIndex(ctx, bar)
err = repo.LoadIndex(ctx, printer)
if err != nil {
return err
}