From e2b3ae925f3ba3dafbed32ddb1d075cf6aed9baa Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Mon, 24 Jul 2017 11:24:31 -0400 Subject: [PATCH] Update progress bar formatting --- build/validate_links.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/validate_links.rb b/build/validate_links.rb index af2b6084..642ccda2 100755 --- a/build/validate_links.rb +++ b/build/validate_links.rb @@ -33,7 +33,8 @@ end links = links.uniq count = 0 total = links.length -progressbar = ProgressBar.create(:total => total) +progressbar = ProgressBar.create(:total => total, + :format => "%a %P% | Processed: %c from %C") # GET each link and check for valid response code from allowed_codes links.each do |link| begin