Browse Source

refactor: remove warning, small archives are fast

main
decentral1se 3 years ago
parent
commit
2e9866778b
No known key found for this signature in database GPG Key ID: 3789458B3D0C410
  1. 2
      distribusi.go

2
distribusi.go

@ -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(),

Loading…
Cancel
Save