diff --git a/common/step_download.go b/common/step_download.go index 36af11af1d6..12f09c8c08c 100644 --- a/common/step_download.go +++ b/common/step_download.go @@ -60,7 +60,7 @@ func GetDefaultProgressBar() pb.ProgressBar { bar.SetUnits(pb.U_BYTES) bar.Format("[=>-]") bar.SetRefreshRate(1 * time.Second) - bar.SetWidth(25) + bar.SetWidth(80) return *bar }