refactor: remove warning, small archives are fast
This commit is contained in:
parent
c35ceae426
commit
2e9866778b
@ -762,7 +762,7 @@ func getLogFile() (*os.File, error) {
|
|||||||
// mkProgressBar creates a progress bar.
|
// mkProgressBar creates a progress bar.
|
||||||
func mkProgressBar() *progressbar.ProgressBar {
|
func mkProgressBar() *progressbar.ProgressBar {
|
||||||
bar := progressbar.NewOptions(-1,
|
bar := progressbar.NewOptions(-1,
|
||||||
progressbar.OptionSetDescription("distribusifying... this may take some time..."),
|
progressbar.OptionSetDescription("distribusifying..."),
|
||||||
progressbar.OptionSetWriter(ansi.NewAnsiStdout()),
|
progressbar.OptionSetWriter(ansi.NewAnsiStdout()),
|
||||||
progressbar.OptionEnableColorCodes(true),
|
progressbar.OptionEnableColorCodes(true),
|
||||||
progressbar.OptionShowCount(),
|
progressbar.OptionShowCount(),
|
||||||
|
Loading…
Reference in New Issue
Block a user