refactor: remove warning, small archives are fast

This commit is contained in:
decentral1se 2022-02-05 11:56:31 +01:00
parent c35ceae426
commit 2e9866778b
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410

View File

@ -762,7 +762,7 @@ func getLogFile() (*os.File, error) {
// mkProgressBar creates a progress bar.
func mkProgressBar() *progressbar.ProgressBar {
bar := progressbar.NewOptions(-1,
progressbar.OptionSetDescription("distribusifying... this may take some time..."),
progressbar.OptionSetDescription("distribusifying..."),
progressbar.OptionSetWriter(ansi.NewAnsiStdout()),
progressbar.OptionEnableColorCodes(true),
progressbar.OptionShowCount(),