diff --git a/internal/util/progressbar/progressbar.go b/internal/util/progressbar/progressbar.go index a323d06d8..01f30d433 100644 --- a/internal/util/progressbar/progressbar.go +++ b/internal/util/progressbar/progressbar.go @@ -18,8 +18,9 @@ func GetProgressBar(filesLength int, config settings.Config, display_type string progressbar.OptionOnCompletion(func() { output.ErrorWriter().Write([]byte("\n")) //nolint:all,errcheck }), - progressbar.OptionShowIts(), - progressbar.OptionSetItsString(display_type), + // progressbar.OptionShowIts(), + // progressbar.OptionSetItsString(display_type), + // progressbar.OptionClearOnFinish(), progressbar.OptionSetDescription(" └"), progressbar.OptionSetTheme(progressbar.Theme{ Saucer: "=",