Skip to content

Commit

Permalink
Modified the default progress bar's width to 80. This is in regards t…
Browse files Browse the repository at this point in the history
…o the conversation on PR hashicorp#5851.
  • Loading branch information
arizvisa committed Aug 19, 2018
1 parent 3d0ef5a commit e660e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/step_download.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit e660e57

Please sign in to comment.