From 9e7f197c8e0c20bdf96ab7438e30b0457a85ec72 Mon Sep 17 00:00:00 2001 From: nagachika Date: Thu, 14 Mar 2019 22:43:57 +0000 Subject: tool/make-snapshot: Use 6-spaces indent for SIZE and digests to align with release note markdown. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/make-snapshot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tool') diff --git a/tool/make-snapshot b/tool/make-snapshot index 66d78d2b58..93b193910f 100755 --- a/tool/make-snapshot +++ b/tool/make-snapshot @@ -525,9 +525,9 @@ revisions.collect {|rev| package(vcs, rev, destdir, tmp)}.flatten.each do |name| name = "https://s3.amazonaws.com/ftp.r-l.o/pub/#{$s3}/#{Pathname(name).basename}" end puts "* #{$colorize.pass(name)}" - puts " SIZE: #{str.bytesize} bytes" + puts " SIZE: #{str.bytesize} bytes" $digests.each do |alg| - printf " %-8s%s\n", "#{alg}:", Digest.const_get(alg).hexdigest(str) + printf " %-8s%s\n", "#{alg}:", Digest.const_get(alg).hexdigest(str) end end -- cgit v1.2.3